[ARM] Convert request_irq+set_irq_type to request_irq with SA_TRIGGER
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Thu, 19 Jan 2006 12:26:57 +0000 (12:26 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 19 Jan 2006 12:26:57 +0000 (12:26 +0000)
There's no need to have request_irq followed by set_irq_type.
Just use request_irq with the appropriate SA_TRIGGER flags.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found