]> git.karo-electronics.de Git - karo-tx-linux.git/commit
hwmon: (exynos4_tmu) Remove IRQF_DISABLED
authorYong Zhang <yong.zhang0@gmail.com>
Wed, 21 Sep 2011 09:28:57 +0000 (05:28 -0400)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Fri, 23 Sep 2011 17:40:04 +0000 (10:40 -0700)
commit6b41058bd7a8a2b6114c9e0b4124c3f56481f3a7
tree22f670dd379d9cea0ac82252937abb6de423bbc6
parent163a0e719be7d527e1ea410cff961f412d091c80
hwmon: (exynos4_tmu) Remove IRQF_DISABLED

Since commit [c58543c8: 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: Guenter Roeck <guenter.roeck@ericsson.com>
drivers/hwmon/exynos4_tmu.c