Skip to content

Commit

Permalink
Merge branch 'for-linus' of git://git.o-hand.com/linux-mfd
Browse files Browse the repository at this point in the history
* 'for-linus' of git://git.o-hand.com/linux-mfd:
  mfd: Remove non exported references from pcf50633
  • Loading branch information
Linus Torvalds committed Feb 4, 2009
2 parents dcf6a79 + 9e6f8ed commit 0d7a063
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/mfd/pcf50633-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,6 @@ 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);

Expand Down

0 comments on commit 0d7a063

Please sign in to comment.