|
@@ -208,16 +208,14 @@ static void __init fsg_init(void)
|
|
platform_add_devices(fsg_devices, ARRAY_SIZE(fsg_devices));
|
|
platform_add_devices(fsg_devices, ARRAY_SIZE(fsg_devices));
|
|
|
|
|
|
if (request_irq(gpio_to_irq(FSG_RB_GPIO), &fsg_reset_handler,
|
|
if (request_irq(gpio_to_irq(FSG_RB_GPIO), &fsg_reset_handler,
|
|
- IRQF_DISABLED | IRQF_TRIGGER_LOW,
|
|
|
|
- "FSG reset button", NULL) < 0) {
|
|
|
|
|
|
+ IRQF_TRIGGER_LOW, "FSG reset button", NULL) < 0) {
|
|
|
|
|
|
printk(KERN_DEBUG "Reset Button IRQ %d not available\n",
|
|
printk(KERN_DEBUG "Reset Button IRQ %d not available\n",
|
|
gpio_to_irq(FSG_RB_GPIO));
|
|
gpio_to_irq(FSG_RB_GPIO));
|
|
}
|
|
}
|
|
|
|
|
|
if (request_irq(gpio_to_irq(FSG_SB_GPIO), &fsg_power_handler,
|
|
if (request_irq(gpio_to_irq(FSG_SB_GPIO), &fsg_power_handler,
|
|
- IRQF_DISABLED | IRQF_TRIGGER_LOW,
|
|
|
|
- "FSG power button", NULL) < 0) {
|
|
|
|
|
|
+ IRQF_TRIGGER_LOW, "FSG power button", NULL) < 0) {
|
|
|
|
|
|
printk(KERN_DEBUG "Power Button IRQ %d not available\n",
|
|
printk(KERN_DEBUG "Power Button IRQ %d not available\n",
|
|
gpio_to_irq(FSG_SB_GPIO));
|
|
gpio_to_irq(FSG_SB_GPIO));
|