Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294878
b: refs/heads/master
c: 93596ef
h: refs/heads/master
v: v3
  • Loading branch information
Tomi Valkeinen authored and Mauro Carvalho Chehab committed Jan 23, 2012
1 parent cf5414f commit 97e43f9
Show file tree
Hide file tree
Showing 2 changed files with 2 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: aa104b2fea3ced2a562c480448a2f346c3ab61f4
refs/heads/master: 93596ef7db3e9bcc9306c3e93cf28ce1048858b6
3 changes: 1 addition & 2 deletions trunk/drivers/media/video/omap/omap_vout.c
Original file line number Diff line number Diff line change
Expand Up @@ -2268,13 +2268,12 @@ static struct platform_driver omap_vout_driver = {
.driver = {
.name = VOUT_NAME,
},
.probe = omap_vout_probe,
.remove = omap_vout_remove,
};

static int __init omap_vout_init(void)
{
if (platform_driver_register(&omap_vout_driver) != 0) {
if (platform_driver_probe(&omap_vout_driver, omap_vout_probe) != 0) {
printk(KERN_ERR VOUT_NAME ":Could not register Video driver\n");
return -EINVAL;
}
Expand Down

0 comments on commit 97e43f9

Please sign in to comment.