diff options
author | 2013-06-21 01:12:21 +0400 | |
---|---|---|
committer | 2013-06-24 00:10:21 -0700 | |
commit | ca8c35852138ee0585eaffe6b9f10a5261ea7771 (patch) | |
tree | bc6dddbdba3f2014b150a69869adedca66502146 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | qmi_wwan: add various Novatel Gobi1K IDs (diff) | |
download | linux-dev-ca8c35852138ee0585eaffe6b9f10a5261ea7771.tar.xz linux-dev-ca8c35852138ee0585eaffe6b9f10a5261ea7771.zip |
sh_eth: fix unhandled RFE interrupt
EESR.RFE (receive FIFO overflow) interrupt is enabled by the driver on all SoCs
and sh_eth_error() handles it but it's not present in any initializer/assignment
of the 'eesr_err_check' field of 'struct sh_eth_cpu_data'. This leads to that
interrupt not being handled and cleared, and finally to disabling IRQ and the
driver being non-functional.
Modify DEFAULT_EESR_ERR_CHECK macro and all explicit initializers of the above
mentioned field to contain the EESR.RFE bit. Remove useless backslashes from the
initializers, while at it.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions