Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285171
b: refs/heads/master
c: 49a0513
h: refs/heads/master
i:
  285169: 24817ad
  285167: 7e0a39c
v: v3
  • Loading branch information
Julia Lawall authored and Mauro Carvalho Chehab committed Nov 7, 2011
1 parent d6f0446 commit e5912fc
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 0a4524d726cd4d109c57fc194a55ff0a9e4df0e9
refs/heads/master: 49a0513c1fca2c43b14416f3f40220fa01ab5e39
5 changes: 3 additions & 2 deletions trunk/drivers/media/video/davinci/vpbe_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -1746,15 +1746,16 @@ static __devinit int vpbe_display_probe(struct platform_device *pdev)
for (i = 0; i < VPBE_DISPLAY_MAX_DEVICES; i++) {
if (register_device(disp_dev->dev[i], disp_dev, pdev)) {
err = -ENODEV;
goto probe_out;
goto probe_out_irq;
}
}

printk(KERN_DEBUG "Successfully completed the probing of vpbe v4l2 device\n");
return 0;

probe_out:
probe_out_irq:
free_irq(res->start, disp_dev);
probe_out:
for (k = 0; k < VPBE_DISPLAY_MAX_DEVICES; k++) {
/* Get the pointer to the layer object */
vpbe_display_layer = disp_dev->dev[k];
Expand Down

0 comments on commit e5912fc

Please sign in to comment.