Files
i2som-imx-linux/drivers
Sergei Shtylyov 694c73ea10 sh_eth: fix unhandled RFE interrupt
[ Upstream commit ca8c358521 ]

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>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2013-08-02 22:14:46 +02:00
..
2013-02-20 03:15:35 +00:00
2013-07-27 05:34:29 +01:00
2013-03-20 15:03:29 +00:00
2013-07-27 05:34:06 +01:00
2013-08-02 22:14:46 +02:00
2013-07-27 05:34:05 +01:00