forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork0
Commitd829b8f
genirq: Set irq masked state when initializing irq_desc
The irq default state is set to disabled when allocating irq desc, but themasked state flag is not set. This is inconsistent vs. the state trackinglogic which is used to prevent unnecessary calls to hardware level irq chipfunctions.Set the masked state flag as well.Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>Signed-off-by: Thomas Gleixner <tglx@linutronix.de>Cc: tfiga@chromium.orgCc: briannorris@chromium.orgCc: dianders@chromium.orgLink:http://lkml.kernel.org/r/1498476814-12563-1-git-send-email-jeffy.chen@rock-chips.com1 parente1c9214 commitd829b8f
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
| |||
0 commit comments
Comments
(0)