diff options
Diffstat (limited to 'drivers/input/misc/max8925_onkey.c')
-rw-r--r-- | drivers/input/misc/max8925_onkey.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/input/misc/max8925_onkey.c b/drivers/input/misc/max8925_onkey.c index 369a39de4ff3..f9179b2585a9 100644 --- a/drivers/input/misc/max8925_onkey.c +++ b/drivers/input/misc/max8925_onkey.c | |||
@@ -100,9 +100,6 @@ static int max8925_onkey_probe(struct platform_device *pdev) | |||
100 | input->dev.parent = &pdev->dev; | 100 | input->dev.parent = &pdev->dev; |
101 | input_set_capability(input, EV_KEY, KEY_POWER); | 101 | input_set_capability(input, EV_KEY, KEY_POWER); |
102 | 102 | ||
103 | irq[0] += chip->irq_base; | ||
104 | irq[1] += chip->irq_base; | ||
105 | |||
106 | error = request_threaded_irq(irq[0], NULL, max8925_onkey_handler, | 103 | error = request_threaded_irq(irq[0], NULL, max8925_onkey_handler, |
107 | IRQF_ONESHOT, "onkey-down", info); | 104 | IRQF_ONESHOT, "onkey-down", info); |
108 | if (error < 0) { | 105 | if (error < 0) { |