Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116940
b: refs/heads/master
c: 0721357
h: refs/heads/master
v: v3
  • Loading branch information
Jon Smirl authored and Benjamin Herrenschmidt committed Oct 21, 2008
1 parent b277a4a commit 4e74352
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: a4292d7ae6fabcdbc41c3e0f0eb790a1429b985f
refs/heads/master: 0721357d4d04563b6e5c7ffd6b5685df275d5ff9
2 changes: 1 addition & 1 deletion trunk/drivers/of/of_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void of_register_i2c_devices(struct i2c_adapter *adap,

info.addr = *addr;

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

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

0 comments on commit 4e74352

Please sign in to comment.