net-next: mediatek: remove superfluous free_irq() call
authorJohn Crispin <john@phrozen.org>
Mon, 4 Jul 2016 13:37:10 +0000 (15:37 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Jul 2016 06:55:56 +0000 (23:55 -0700)
commit019d0c99364a818eb08f52d7ee4b75ea6df07d09
tree4515d6bbfc7159715e1f40d0a45658d03bbc6f4d
parentd9329bc2226f1c9445bfb61b49f6a1801597f3ee
net-next: mediatek: remove superfluous free_irq() call

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 <arnd@arndb.de>
Signed-off-by: John Crispin <john@phrozen.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mediatek/mtk_eth_soc.c