Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276864
b: refs/heads/master
c: 71c7a97
h: refs/heads/master
v: v3
  • Loading branch information
Tomi Valkeinen authored and Mauro Carvalho Chehab committed Dec 7, 2011
1 parent 33bb4e4 commit bfa6b6a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fc8ac777ae39409e81f7dd2d123d980c0dfb528e
refs/heads/master: 71c7a97289571ef5246b7f20d60b44961144c82f
8 changes: 8 additions & 0 deletions trunk/drivers/media/video/omap/omap_vout.c
Original file line number Diff line number Diff line change
Expand Up @@ -2169,6 +2169,14 @@ static int __init omap_vout_probe(struct platform_device *pdev)
vid_dev->num_displays = 0;
for_each_dss_dev(dssdev) {
omap_dss_get_device(dssdev);

if (!dssdev->driver) {
dev_warn(&pdev->dev, "no driver for display: %s\n",
dssdev->name);
omap_dss_put_device(dssdev);
continue;
}

vid_dev->displays[vid_dev->num_displays++] = dssdev;
}

Expand Down

0 comments on commit bfa6b6a

Please sign in to comment.