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)
commit3b176b25a8146673ade4772d1edfe318caa6818a
tree05817f20a5d28812f793c5e3b5ef8aaa7147c2fa
parent8cfaaa811894a3ae2d7360a15a6cfccff3ebc7db
power_supply: Remove IRQF_DISABLED

Since commit [e58aa3d2: 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 [b738a50a: 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