diff options
-rw-r--r-- | drivers/mfd/pcf50633-core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/pcf50633-core.c b/drivers/mfd/pcf50633-core.c index d26d7747175..dfec7c64689 100644 --- a/drivers/mfd/pcf50633-core.c +++ b/drivers/mfd/pcf50633-core.c @@ -626,6 +626,7 @@ static int __devinit pcf50633_probe(struct i2c_client *client, } if (client->irq) { + set_irq_handler(client->irq, handle_level_irq); ret = request_irq(client->irq, pcf50633_irq, IRQF_TRIGGER_LOW, "pcf50633", pcf); |