Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331162
b: refs/heads/master
c: 0bd0dbe
h: refs/heads/master
v: v3
  • Loading branch information
Peter Senna Tschudin authored and Mauro Carvalho Chehab committed Sep 27, 2012
1 parent 8438037 commit dd0ae9e
Show file tree
Hide file tree
Showing 2 changed files with 4 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: a694f1b2af4942a1e0026e7929b4f7c5c251f82d
refs/heads/master: 0bd0dbee3f49c46ba860f21f97a98ac64781be5d
4 changes: 3 additions & 1 deletion trunk/drivers/media/platform/omap3isp/isp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2102,8 +2102,10 @@ static int __devinit isp_probe(struct platform_device *pdev)
if (ret < 0)
goto error;

if (__omap3isp_get(isp, false) == NULL)
if (__omap3isp_get(isp, false) == NULL) {
ret = -ENODEV;
goto error;
}

ret = isp_reset(isp);
if (ret < 0)
Expand Down

0 comments on commit dd0ae9e

Please sign in to comment.