Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371373
b: refs/heads/master
c: 581382e
h: refs/heads/master
i:
  371371: e4d032c
v: v3
  • Loading branch information
Archit Taneja authored and Tomi Valkeinen committed Apr 11, 2013
1 parent fc76cbd commit 67ed20a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 2c6360fb41e71d86ef2a870fd94c0fc9dcd9779e
refs/heads/master: 581382e31090aa2459e8046e0bafb0f1daa2ecd8
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/omapdrm/omap_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,15 @@ static int omap_modeset_init(struct drm_device *dev)
if (!dssdev->driver) {
dev_warn(dev->dev, "%s has no driver.. skipping it\n",
dssdev->name);
return 0;
continue;
}

if (!(dssdev->driver->get_timings ||
dssdev->driver->read_edid)) {
dev_warn(dev->dev, "%s driver does not support "
"get_timings or read_edid.. skipping it!\n",
dssdev->name);
return 0;
continue;
}

encoder = omap_encoder_init(dev, dssdev);
Expand Down

0 comments on commit 67ed20a

Please sign in to comment.