Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308464
b: refs/heads/master
c: d9afca3
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Warren authored and Wolfram Sang committed May 12, 2012
1 parent 3d33c91 commit 5e0d2cb
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: e1fac69f3b2c0430f56f47bf98eebac8b2da395c
refs/heads/master: d9afca37dea077d11ed67fc7f93b95c003e58819
2 changes: 1 addition & 1 deletion trunk/drivers/of/of_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ struct i2c_client *of_find_i2c_device_by_node(struct device_node *node)
if (!dev)
return NULL;

return to_i2c_client(dev);
return i2c_verify_client(dev);
}
EXPORT_SYMBOL(of_find_i2c_device_by_node);

Expand Down

0 comments on commit 5e0d2cb

Please sign in to comment.