commit | 34322615cbaa0f54305f7818bb74c70bb50f47a8 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Tue Mar 27 16:20:02 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 29 12:06:10 2018 -0400 |
tree | 19770c340458c69e4a16d61cad7a51104d70a71e | |
parent | d72e7c21b54bd7a6caa08a8eb62257d4e4196ab3 [diff] |
net: bgmac: Mask interrupts during probe We can have interrupts left enabled form e.g: the bootloader which used the network device for network boot. Make sure we have those disabled as early as possible to avoid spurious interrupts. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>