net: mediatek: disable all interrupts during probe
authorJohn Crispin <john@phrozen.org>
Fri, 10 Jun 2016 11:28:03 +0000 (13:28 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Jun 2016 06:29:29 +0000 (23:29 -0700)
commit2ff0bb61646f286fa97db2904491974302a14f1f
treef74a11c471059a08f79e736db9f3403954c944bb
parent6675086d04e7c0748cd5884f7c8611b5f0836250
net: mediatek: disable all interrupts during probe

The current code only disables those IRQs that we will later use. To
ensure that we have a predefined state, we really want to disable all IRQs.
Change the code to disable all IRQs to achieve this.

Signed-off-by: John Crispin <john@phrozen.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mediatek/mtk_eth_soc.c