Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215598
b: refs/heads/master
c: 3235844
h: refs/heads/master
v: v3
  • Loading branch information
Nobuhiro Iwamatsu authored and Jean Delvare committed Oct 24, 2010
1 parent e519976 commit ebdb019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0a57274ea026c2b7670683947b6cc08b195148cf
refs/heads/master: 323584436db0cb05286425d4dfd9516fce88487f
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-pca-platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ static int __devinit i2c_pca_pf_probe(struct platform_device *pdev)

if (irq) {
ret = request_irq(irq, i2c_pca_pf_handler,
IRQF_TRIGGER_FALLING, i2c->adap.name, i2c);
IRQF_TRIGGER_FALLING, pdev->name, i2c);
if (ret)
goto e_reqirq;
}
Expand Down

0 comments on commit ebdb019

Please sign in to comment.