Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d60cf616 authored by Masaru Nagai's avatar Masaru Nagai Committed by David S. Miller
Browse files

ravb: remove unhandle int cause



This driver does not handle the AVB-DMAC Receive FIFO Warning interrupt
now, so the interrupt should not be enabled.

Signed-off-by: default avatarMasaru Nagai <masaru.nagai.vx@renesas.com>
Signed-off-by: default avatarYoshihiro Kaneko <ykaneko0929@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 027ac58e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -408,8 +408,6 @@ static int ravb_dmac_init(struct net_device *ndev)
	/* Interrupt enable: */
	/* Frame receive */
	ravb_write(ndev, RIC0_FRE0 | RIC0_FRE1, RIC0);
	/* Receive FIFO full warning */
	ravb_write(ndev, RIC1_RFWE, RIC1);
	/* Receive FIFO full error, descriptor empty */
	ravb_write(ndev, RIC2_QFE0 | RIC2_QFE1 | RIC2_RFFE, RIC2);
	/* Frame transmitted, timestamp FIFO updated */