Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101291
b: refs/heads/master
c: 7650da0
h: refs/heads/master
i:
  101289: 690f9c6
  101287: 472ff84
v: v3
  • Loading branch information
Wolfram Sang authored and Jean Delvare committed Jul 14, 2008
1 parent a8c9702 commit c2e1c17
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: c80ebe7987931ec4e80abc33ebf8aa2dad0d3763
refs/heads/master: 7650da023eb05426812bbf8999b69dc93fee67ab
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 @@ -163,7 +163,7 @@ static int __devinit i2c_pca_pf_probe(struct platform_device *pdev)

i2c->reg_base = ioremap(res->start, res_len(res));
if (!i2c->reg_base) {
ret = -EIO;
ret = -ENOMEM;
goto e_remap;
}
i2c->io_base = res->start;
Expand Down

0 comments on commit c2e1c17

Please sign in to comment.