[PATCH] irq-flags: misc drivers: Use the new IRQF_ constants
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Ingo Molnar <mingo@elte.hu> Cc: "David S. Miller" <davem@davemloft.net> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

committed by
Linus Torvalds

parent
8076fe32a7
commit
dace145374
@@ -968,7 +968,7 @@ static int i2c_pxa_probe(struct platform_device *dev)
|
||||
#endif
|
||||
|
||||
pxa_set_cken(CKEN14_I2C, 1);
|
||||
ret = request_irq(IRQ_I2C, i2c_pxa_handler, SA_INTERRUPT,
|
||||
ret = request_irq(IRQ_I2C, i2c_pxa_handler, IRQF_DISABLED,
|
||||
"pxa2xx-i2c", i2c);
|
||||
if (ret)
|
||||
goto out;
|
||||
|
Reference in New Issue
Block a user