Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64009
b: refs/heads/master
c: 322454a
h: refs/heads/master
i:
  64007: 73fdd45
v: v3
  • Loading branch information
Scott Wood authored and Jean Delvare committed Aug 14, 2007
1 parent 000b4c9 commit 6353acd
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: 002cf63191eb8b68b7fed48f014b87c456188acc
refs/heads/master: 322454a65371477bed0eb1d189c50d781ebd7f85
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-mpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ static int fsl_i2c_probe(struct platform_device *pdev)

fail_add:
if (i2c->irq != 0)
free_irq(i2c->irq, NULL);
free_irq(i2c->irq, i2c);
fail_irq:
iounmap(i2c->base);
fail_map:
Expand Down

0 comments on commit 6353acd

Please sign in to comment.