Re: [PATCH] net-next: mediatek: remove superfluous free_irq() call

2016-07-04 Thread David Miller
From: John Crispin Date: Mon, 4 Jul 2016 15:37:10 +0200 > Commit 8067302973a1 ("net-next: mediatek: add support for IRQ grouping") > adds handling for irq 1 and 2 to the uninit function but did not remove > irq 0 which is not used since irq grouping was introduced. Fix this by > removing the sup

Re: [PATCH] net-next: mediatek: remove superfluous free_irq() call

2016-07-04 Thread Arnd Bergmann
On Monday, July 4, 2016 3:37:10 PM CEST John Crispin wrote: > Commit 8067302973a1 ("net-next: mediatek: add support for IRQ grouping") > adds handling for irq 1 and 2 to the uninit function but did not remove > irq 0 which is not used since irq grouping was introduced. Fix this by > removing the su

[PATCH] net-next: mediatek: remove superfluous free_irq() call

2016-07-04 Thread John Crispin
Commit 8067302973a1 ("net-next: mediatek: add support for IRQ grouping") adds handling for irq 1 and 2 to the uninit function but did not remove irq 0 which is not used since irq grouping was introduced. Fix this by removing the superfluous call to free_irq(). Reported-by: Arnd Bergmann Signed-of