Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308478
b: refs/heads/master
c: 9868a06
h: refs/heads/master
v: v3
  • Loading branch information
Marcus Folkesson authored and Wolfram Sang committed May 12, 2012
1 parent 82865a6 commit 1906436
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: a5063f16e2963c5d5b54692fb2da2e327162da78
refs/heads/master: 9868a060ccf769c08ec378a9829137e272e9a92c
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-davinci.c
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ static int davinci_i2c_remove(struct platform_device *pdev)
dev->clk = NULL;

davinci_i2c_write_reg(dev, DAVINCI_I2C_MDR_REG, 0);
free_irq(IRQ_I2C, dev);
free_irq(dev->irq, dev);
iounmap(dev->base);
kfree(dev);

Expand Down

0 comments on commit 1906436

Please sign in to comment.