Commit e19cba0e authored by Juha Yrjola's avatar Juha Yrjola

CBUS: Enable suspend wakeup for Retu IRQ

parent 33651702
......@@ -336,12 +336,12 @@ static int __devinit retu_probe(struct device *dev)
ret = request_irq(OMAP_GPIO_IRQ(retu_irq_pin), retu_irq_handler, 0,
"retu", 0);
if (ret < 0) {
printk(KERN_ERR PFX "Unable to register IRQ handler\n");
omap_free_gpio(retu_irq_pin);
return ret;
}
set_irq_wake(OMAP_GPIO_IRQ(retu_irq_pin), 1);
/* Register power off function */
pm_power_off = retu_power_off;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment