Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275132
b: refs/heads/master
c: af504e5
h: refs/heads/master
v: v3
  • Loading branch information
Laurent Pinchart authored and Tony Lindgren committed Nov 5, 2011
1 parent 7a58a8a commit 7b99f91
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: 869dec1582af755a84ba993580f6588559e197b4
refs/heads/master: af504e5d39de35dc3de5f42c357fe1b519fea33f
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-omap/i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ static inline int omap2_i2c_add_bus(int bus_id)
NULL, 0, 0);
WARN(IS_ERR(pdev), "Could not build omap_device for %s\n", name);

return PTR_ERR(pdev);
return PTR_RET(pdev);
}
#else
static inline int omap2_i2c_add_bus(int bus_id)
Expand Down

0 comments on commit 7b99f91

Please sign in to comment.