Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357384
b: refs/heads/master
c: 5d97046
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Mauro Carvalho Chehab committed Feb 5, 2013
1 parent 31db925 commit 4e1ea38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: b9f1fbcd0e9b7ab96876a9e53cbea4d2e279e82c
refs/heads/master: 5d97046a371a44010bbfd18a75c2b107da30a606
6 changes: 4 additions & 2 deletions trunk/drivers/media/platform/davinci/vpbe.c
Original file line number Diff line number Diff line change
Expand Up @@ -631,8 +631,10 @@ static int vpbe_initialize(struct device *dev, struct vpbe_device *vpbe_dev)

err = bus_for_each_dev(&platform_bus_type, NULL, vpbe_dev,
platform_device_get);
if (err < 0)
return err;
if (err < 0) {
ret = err;
goto fail_dev_unregister;
}

vpbe_dev->venc = venc_sub_dev_init(&vpbe_dev->v4l2_dev,
vpbe_dev->cfg->venc.module_name);
Expand Down

0 comments on commit 4e1ea38

Please sign in to comment.