Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 2ff0bb61 authored by John Crispin's avatar John Crispin Committed by David S. Miller
Browse files

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: default avatarJohn Crispin <john@phrozen.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6675086d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment