aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/input/keyboard/omap4-keypad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/omap4-keypad.c b/drivers/input/keyboard/omap4-keypad.c
index 2b61f5fb07b6..07e792e960f1 100644
--- a/drivers/input/keyboard/omap4-keypad.c
+++ b/drivers/input/keyboard/omap4-keypad.c
@@ -238,7 +238,7 @@ static int __devinit omap4_keypad_probe(struct platform_device *pdev)
238 omap4_keypad_config(keypad_data); 238 omap4_keypad_config(keypad_data);
239 239
240 error = request_irq(keypad_data->irq, omap4_keypad_interrupt, 240 error = request_irq(keypad_data->irq, omap4_keypad_interrupt,
241 IRQF_TRIGGER_FALLING, 241 IRQF_TRIGGER_RISING,
242 "omap4-keypad", keypad_data); 242 "omap4-keypad", keypad_data);
243 if (error) { 243 if (error) {
244 dev_err(&pdev->dev, "failed to register interrupt\n"); 244 dev_err(&pdev->dev, "failed to register interrupt\n");