Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196755
b: refs/heads/master
c: 279fcd4
h: refs/heads/master
i:
  196753: 8e4bac7
  196751: 4a93886
v: v3
  • Loading branch information
Jani Nikula authored and Tomi Valkeinen committed May 18, 2010
1 parent cad3c96 commit 3daa121
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 35bc42c50432d3dde0119f7630f1e4574bd67519
refs/heads/master: 279fcd48c4a426050422b2d196fd99c2b5ae7d71
5 changes: 4 additions & 1 deletion trunk/drivers/video/omap2/dss/display.c
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,10 @@ int dss_resume_all_devices(void)
static int dss_disable_device(struct device *dev, void *data)
{
struct omap_dss_device *dssdev = to_dss_device(dev);
dssdev->driver->disable(dssdev);

if (dssdev->state != OMAP_DSS_DISPLAY_DISABLED)
dssdev->driver->disable(dssdev);

return 0;
}

Expand Down

0 comments on commit 3daa121

Please sign in to comment.