|
@@ -373,8 +373,7 @@ static int omap4_keypad_probe(struct platform_device *pdev)
|
|
|
}
|
|
|
|
|
|
error = request_threaded_irq(keypad_data->irq, omap4_keypad_irq_handler,
|
|
|
- omap4_keypad_irq_thread_fn,
|
|
|
- IRQF_TRIGGER_RISING,
|
|
|
+ omap4_keypad_irq_thread_fn, 0,
|
|
|
"omap4-keypad", keypad_data);
|
|
|
if (error) {
|
|
|
dev_err(&pdev->dev, "failed to register interrupt\n");
|