]> git.baikalelectronics.ru Git - kernel.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>
Mon, 24 Oct 2011 18:09:36 +0000 (11:09 -0700)
commita3e75422dc22f846911cddf40484a7f23bf98098
treeaed5a7fc6d159f2cd4a933c7066bdfddce74e761
parentf20a10175aa124aa167fb9cb652c0cf79b261d7d
hwmon: (exynos4_tmu) Remove IRQF_DISABLED

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