Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308716
b: refs/heads/master
c: 9e69ab4
h: refs/heads/master
v: v3
  • Loading branch information
Olof Johansson authored and Samuel Ortiz committed May 9, 2012
1 parent 08ee934 commit 394fad9
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: 8ee3c2a79fe1df10bccd110d5b8cc13c5b9da709
refs/heads/master: 9e69ab4116668be1e327d164d6a27c8605b0aabb
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/da9052-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ static int __devinit da9052_i2c_probe(struct i2c_client *client,
struct device_node *np = client->dev.of_node;
const struct of_device_id *deviceid;

deviceid = of_match_node(np, dialog_dt_ids);
deviceid = of_match_node(dialog_dt_ids, np);
id = (const struct i2c_device_id *)deviceid->data;
}
#endif
Expand Down

0 comments on commit 394fad9

Please sign in to comment.