Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319173
b: refs/heads/master
c: d61a909
h: refs/heads/master
i:
  319171: bdb558e
v: v3
  • Loading branch information
Florian Fainelli authored and Wolfram Sang committed Jul 12, 2012
1 parent 3b37b28 commit 8eb7aa6
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: f518b482c89b3ff51804f09c14b1cedbef811b84
refs/heads/master: d61a9095155e832287552a9e565b8756ee293c46
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-mv64xxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ mv64xxx_i2c_probe(struct platform_device *pd)
struct mv64xxx_i2c_pdata *pdata = pd->dev.platform_data;
int rc;

if ((pd->id != 0) || !pdata)
if (!pdata)
return -ENODEV;

drv_data = kzalloc(sizeof(struct mv64xxx_i2c_data), GFP_KERNEL);
Expand Down

0 comments on commit 8eb7aa6

Please sign in to comment.