drm/omap: dss: Store dss_device pointer in omap_dss_device
Storing the dss_device pointer in the omap_dss_device structure will allow accessing the dss_device from the dss_mgr API functions. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:

committed by
Tomi Valkeinen

parent
c1dfe721e0
commit
f324b2798c
@@ -39,7 +39,7 @@ static int tfp410_connect(struct omap_dss_device *dssdev,
|
||||
return PTR_ERR(src);
|
||||
}
|
||||
|
||||
r = omapdss_device_connect(src, dssdev);
|
||||
r = omapdss_device_connect(dssdev->dss, src, dssdev);
|
||||
if (r) {
|
||||
omapdss_device_put(src);
|
||||
return r;
|
||||
|
Reference in New Issue
Block a user