]> 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>
Wed, 5 Oct 2011 03:26:04 +0000 (20:26 -0700)
commit2348fe5bdbae03a287f2ec5bdb1377f0c6697dfa
tree04986075e5b0a3024ddc22c87b1c8123d39fff8d
parent50ce7830d70b6e7a83674c0cce16e974a74a5602
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