Re: [PATCH net-next] r8169: improve spurious interrupt detection

2018-12-15 Thread David Miller
From: Heiner Kallweit Date: Sat, 15 Dec 2018 16:25:05 +0100 > Improve detection of spurious interrupts by checking against the > interrupt mask as currently set in the chip. > > Signed-off-by: Heiner Kallweit Applied, thanks Heiner.

[PATCH net-next] r8169: improve spurious interrupt detection

2018-12-15 Thread Heiner Kallweit
Improve detection of spurious interrupts by checking against the interrupt mask as currently set in the chip. Signed-off-by: Heiner Kallweit --- drivers/net/ethernet/realtek/r8169.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/net/ethernet/realtek/r8169.c b/driv