Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223606
b: refs/heads/master
c: 0208626
h: refs/heads/master
v: v3
  • Loading branch information
David Daney authored and Grant Likely committed Dec 24, 2010
1 parent 6295f2a commit cbf4722
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: 5e2f55c6aaf4865081c46bf53664c8b5da8dc49e
refs/heads/master: 020862648445d7c1b12ea213c152f27def703f3b
2 changes: 1 addition & 1 deletion trunk/drivers/of/of_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ void of_i2c_register_devices(struct i2c_adapter *adap)
info.of_node = of_node_get(node);
info.archdata = &dev_ad;

request_module("%s", info.type);
request_module("%s%s", I2C_MODULE_PREFIX, info.type);

result = i2c_new_device(adap, &info);
if (result == NULL) {
Expand Down

0 comments on commit cbf4722

Please sign in to comment.