diff options
Diffstat (limited to 'drivers/video/omap2/dss/manager-sysfs.c')
-rw-r--r-- | drivers/video/omap2/dss/manager-sysfs.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/video/omap2/dss/manager-sysfs.c b/drivers/video/omap2/dss/manager-sysfs.c index 9a2fb59b6f89..51046819f33b 100644 --- a/drivers/video/omap2/dss/manager-sysfs.c +++ b/drivers/video/omap2/dss/manager-sysfs.c | |||
@@ -78,7 +78,9 @@ static ssize_t manager_display_store(struct omap_overlay_manager *mgr, | |||
78 | } | 78 | } |
79 | 79 | ||
80 | if (dssdev) { | 80 | if (dssdev) { |
81 | struct omap_dss_output *out = dssdev->output; | 81 | struct omap_dss_output *out; |
82 | |||
83 | out = omapdss_find_output_from_display(dssdev); | ||
82 | 84 | ||
83 | /* | 85 | /* |
84 | * a registered device should have an output connected to it | 86 | * a registered device should have an output connected to it |