commit | 8186f6e382d8719d0a4bc0ef218c4dd7cf55b496 | [log] [tgz] |
---|---|---|
author | John Crispin <john@phrozen.org> | Sat Jul 02 08:00:50 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 02 15:22:29 2016 -0400 |
tree | 2da11ffacf4410d21d578f7db6c154dd26f50fee | |
parent | d624e1586c4f413058d44e19457e85e8e0c61c67 [diff] |
net-next: mediatek: fix compile error inside mtk_poll_controller() commit 8067302973a1 ("net-next: mediatek: add support for IRQ grouping") failed to properly update the irq handling inside mtk_poll_controller() causing compile errors if netconsole was enabled. Fix this by updating the code to use the new separated irq handler function for RX. Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: David S. Miller <davem@davemloft.net>