diff options
author | Iyappan Subramanian <isubramanian@apm.com> | 2017-05-10 23:45:10 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-05-16 18:41:11 +0300 |
commit | 8aba8474181070a30f56ffd19359f5d80665175e (patch) | |
tree | aa4c16c1409054f2a1a78b1dc89c7ce71f015131 /kernel/jump_label.c | |
parent | 61c759cdf48a21e0a0794d30c509c49cbdbac752 (diff) | |
download | linux-8aba8474181070a30f56ffd19359f5d80665175e.tar.xz |
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>
Diffstat (limited to 'kernel/jump_label.c')
0 files changed, 0 insertions, 0 deletions