Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332685
b: refs/heads/master
c: b517097
h: refs/heads/master
i:
  332683: 9eca118
v: v3
  • Loading branch information
Julia Lawall authored and David Woodhouse committed Sep 29, 2012
1 parent ee27f81 commit 8c887d2
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: 9c6f62a7ef230253a7dfc0547c431f07d8a64721
refs/heads/master: b5170978b421222ba4c3d64d1ebd4a03d64ae42e
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/devices/spear_smi.c
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ static int __devinit spear_smi_probe(struct platform_device *pdev)
}
} else {
pdata = dev_get_platdata(&pdev->dev);
if (pdata < 0) {
if (!pdata) {
ret = -ENODEV;
dev_err(&pdev->dev, "no platform data\n");
goto err;
Expand Down

0 comments on commit 8c887d2

Please sign in to comment.