]> git.baikalelectronics.ru Git - kernel.git/commit
power_supply: Remove IRQF_DISABLED
authorYong Zhang <yong.zhang0@gmail.com>
Thu, 22 Sep 2011 08:59:11 +0000 (16:59 +0800)
committerAnton Vorontsov <cbouatmailru@gmail.com>
Fri, 25 Nov 2011 20:34:12 +0000 (00:34 +0400)
commita4bbae2ed7de0799f273ea6807436cb5b745c063
tree05817f20a5d28812f793c5e3b5ef8aaa7147c2fa
parent8e2a243a1f602137387dd69d5968f084cc730ea6
power_supply: Remove IRQF_DISABLED

Since commit [16b7a78c: genirq: Run irq handlers with interrupts
disabled], We run all interrupt handlers with interrupts disabled
and we even check and yell when an interrupt handler returns with
interrupts enabled (see commit [93b86d01: genirq: Warn when handler
enables interrupts]).

So now this flag is a NOOP and can be removed.

Signed-off-by: Yong Zhang <yong.zhang0@gmail.com>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
drivers/power/wm97xx_battery.c
drivers/power/z2_battery.c