sh_eth: r8a7790: Handle the RFE (Receive FIFO overflow Error) interrupt
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Wed, 31 Jul 2013 07:42:11 +0000 (16:42 +0900)
committerDavid S. Miller <davem@davemloft.net>
Wed, 31 Jul 2013 21:52:14 +0000 (14:52 -0700)
commitba361cb3d4c977e2b94b5d97905f66b4d48964de
treecabd141d46ee1a13900a212ec7fd5a69d560ae77
parent5e24f74b6c21aba204e861a282880d6ac6cc27c0
sh_eth: r8a7790: Handle the RFE (Receive FIFO overflow Error) interrupt

The RFE interrupt is enabled for the r8a7790 but isn't handled,
resulting in the interrupts core noticing unhandled interrupts, and
eventually disabling the ethernet IRQ.

Fix it by adding RFE to the bitmask of error interrupts to be handled
for r8a7790.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/renesas/sh_eth.c