Iyappan Subramanian
8aba847418
drivers: net: xgene: Fix redundant prefetch buffer cleanup
...
Prefetch buffer cleanup code was called twice, causing EDAC to
report errors during reboot.
[ 1130.972475] xgene-edac 78800000.edac: IOB bridge agent (BA) transaction
error
[ 1130.979584] xgene-edac 78800000.edac: IOB BA write response error
[ 1130.985648] xgene-edac 78800000.edac: IOB BA write access at 0x00.00000000
()
[ 1130.993612] xgene-edac 78800000.edac: IOB BA requestor ID 0x00002400
[ 1131.000242] xgene-edac 78800000.edac: IOB bridge agent (BA) transaction
error
...
This patch fixes the errors by,
- removing the redundant prefetch buffer cleanup from port_ops->shutdown()
- moving port_ops->shutdown() after delete_rings()
Signed-off-by: Iyappan Subramanian <isubramanian@apm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-05-16 11:41:11 -04:00
..
2017-04-20 12:02:32 +01:00
2017-04-20 12:02:32 +01:00
2017-05-08 14:57:05 -04:00
2017-05-02 23:41:42 +03:00
2017-05-10 19:13:03 -07:00
2017-05-12 12:14:40 -04:00
2017-05-16 11:41:11 -04:00
2017-05-08 17:15:14 -07:00
2017-05-10 19:13:03 -07:00
2017-05-09 15:42:31 -07:00
2017-05-04 11:08:36 -04:00
2017-04-22 10:28:40 +02:00
2017-04-25 10:43:22 -04:00
2017-05-15 15:50:49 -07:00
2017-05-16 11:41:08 -04:00
2017-04-26 22:39:08 -04:00
2017-05-12 12:15:46 -04:00
2017-05-12 12:23:52 -04:00
2017-05-10 19:13:03 -07:00
2017-05-09 09:40:33 -04:00
2017-05-10 19:13:03 -07:00
2017-04-30 22:31:16 -04:00
2017-04-24 12:35:56 -04:00
2017-04-26 22:39:08 -04:00
2017-05-15 14:18:11 -04:00
2017-04-24 12:35:56 -04:00
2017-04-13 13:58:22 -04:00
2017-05-10 11:33:08 -07:00
2017-05-11 12:13:11 -04:00
2017-04-24 12:35:56 -04:00
2017-04-30 22:30:13 -04:00
2017-05-11 21:38:50 -04:00