Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56808
b: refs/heads/master
c: a1ba158
h: refs/heads/master
v: v3
  • Loading branch information
Arnaud Patard authored and Jean Delvare committed May 22, 2007
1 parent f582fe9 commit a6616a4
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 6a7ce82f02e8ce7391e40018749d93762abf6ee0
refs/heads/master: a1ba15832c8f6ac2d5d193a6dbb91bcf7705b732
3 changes: 2 additions & 1 deletion trunk/drivers/i2c/busses/i2c-s3c2410.c
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,8 @@ static int s3c24xx_i2c_probe(struct platform_device *pdev)

i2c->irq = res;

dev_dbg(&pdev->dev, "irq resource %p (%ld)\n", res, res->start);
dev_dbg(&pdev->dev, "irq resource %p (%lu)\n", res,
(unsigned long)res->start);

ret = i2c_add_adapter(&i2c->adap);
if (ret < 0) {
Expand Down

0 comments on commit a6616a4

Please sign in to comment.