Skip to content

Commit 0d7a063

Browse files
committed
Merge branch 'for-linus' of git://git.o-hand.com/linux-mfd
* 'for-linus' of git://git.o-hand.com/linux-mfd: mfd: Remove non exported references from pcf50633
2 parents dcf6a79 + 9e6f8ed commit 0d7a063

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/mfd/pcf50633-core.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,6 @@ static int __devinit pcf50633_probe(struct i2c_client *client,
626626
}
627627

628628
if (client->irq) {
629-
set_irq_handler(client->irq, handle_level_irq);
630629
ret = request_irq(client->irq, pcf50633_irq,
631630
IRQF_TRIGGER_LOW, "pcf50633", pcf);
632631

0 commit comments

Comments
 (0)