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:

کامیت شده توسط
Tomi Valkeinen

والد
c1dfe721e0
کامیت
f324b2798c
@@ -68,7 +68,7 @@ static int sharp_ls_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;
|
||||
|
مرجع در شماره جدید
Block a user