mirror of
https://github.com/torvalds/linux
synced 2026-06-19 17:32:08 +09:00
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>