Commit 74194cc71074c8bc17690a5d826093fb6f6e9928
Committed by
Anton Vorontsov
1 parent
f3b8436ad9
Exists in
master
and in
7 other branches
power_supply: pda_power: Don't request shared IRQs w/ IRQF_DISABLED
IRQF_DISABLED is not guaranteed for shared IRQs. I think power_changed_isr doesn't need it anyway, as it only fires a timer. This patch enables IRQF_SAMPLE_RANDOM instead. Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
drivers/power/pda_power.c