Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285718
b: refs/heads/master
c: 75e5ac7
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Mauro Carvalho Chehab committed Jan 6, 2012
1 parent ad3fa3e commit 4020aef
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: aecf33db58cbcb40299a7630b3b6c89aa126fcb6
refs/heads/master: 75e5ac7ea57ea56628f73a8a0aaf58f758aae43a
4 changes: 3 additions & 1 deletion trunk/drivers/media/video/davinci/vpbe.c
Original file line number Diff line number Diff line change
Expand Up @@ -853,8 +853,10 @@ static __devinit int vpbe_probe(struct platform_device *pdev)

if (cfg->outputs->num_modes > 0)
vpbe_dev->current_timings = vpbe_dev->cfg->outputs[0].modes[0];
else
else {
kfree(vpbe_dev);
return -ENODEV;
}

/* set the driver data in platform device */
platform_set_drvdata(pdev, vpbe_dev);
Expand Down

0 comments on commit 4020aef

Please sign in to comment.