|
@@ -457,7 +457,7 @@ static int hdmi_connect(struct omap_dss_device *dssdev,
|
|
|
if (r) {
|
|
|
DSSERR("failed to connect output to new device: %s\n",
|
|
|
dst->name);
|
|
|
- dss_mgr_disconnect(mgr, dssdev);
|
|
|
+ dss_mgr_disconnect(mgr->id, dssdev);
|
|
|
return r;
|
|
|
}
|
|
|
|
|
@@ -475,7 +475,7 @@ static void hdmi_disconnect(struct omap_dss_device *dssdev,
|
|
|
omapdss_output_unset_device(dssdev);
|
|
|
|
|
|
if (dssdev->manager)
|
|
|
- dss_mgr_disconnect(dssdev->manager, dssdev);
|
|
|
+ dss_mgr_disconnect(dssdev->manager->id, dssdev);
|
|
|
}
|
|
|
|
|
|
static int hdmi_read_edid(struct omap_dss_device *dssdev,
|