diff options
Diffstat (limited to 'arch/arm/mach-ixp4xx/dsmg600-setup.c')
-rw-r--r-- | arch/arm/mach-ixp4xx/dsmg600-setup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-ixp4xx/dsmg600-setup.c b/arch/arm/mach-ixp4xx/dsmg600-setup.c index 736dc692d540..43ee06d3abe5 100644 --- a/arch/arm/mach-ixp4xx/dsmg600-setup.c +++ b/arch/arm/mach-ixp4xx/dsmg600-setup.c | |||
@@ -233,8 +233,7 @@ static int __init dsmg600_gpio_init(void) | |||
233 | 233 | ||
234 | gpio_request(DSMG600_RB_GPIO, "reset button"); | 234 | gpio_request(DSMG600_RB_GPIO, "reset button"); |
235 | if (request_irq(gpio_to_irq(DSMG600_RB_GPIO), &dsmg600_reset_handler, | 235 | if (request_irq(gpio_to_irq(DSMG600_RB_GPIO), &dsmg600_reset_handler, |
236 | IRQF_DISABLED | IRQF_TRIGGER_LOW, | 236 | IRQF_TRIGGER_LOW, "DSM-G600 reset button", NULL) < 0) { |
237 | "DSM-G600 reset button", NULL) < 0) { | ||
238 | 237 | ||
239 | printk(KERN_DEBUG "Reset Button IRQ %d not available\n", | 238 | printk(KERN_DEBUG "Reset Button IRQ %d not available\n", |
240 | gpio_to_irq(DSMG600_RB_GPIO)); | 239 | gpio_to_irq(DSMG600_RB_GPIO)); |