drm/omap: displays: Don't call disconnect handlers directly

In preparation for the move of checks from the disconnect handlers to
the omapdss_device_disconnect() function, replace direct calls to the
disconnect handlers at remove time with calls to
omapdss_device_disconnect().

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Tento commit je obsažen v:
Laurent Pinchart
2018-08-04 22:10:44 +03:00
odevzdal Tomi Valkeinen
rodič 1f507968c3
revize 73fc0ac4a6
14 změnil soubory, kde provedl 14 přidání a 14 odebrání

Zobrazit soubor

@@ -419,7 +419,7 @@ static int td028ttec1_panel_remove(struct spi_device *spi)
omapdss_unregister_display(dssdev);
td028ttec1_panel_disable(dssdev);
td028ttec1_panel_disconnect(dssdev);
omapdss_device_disconnect(dssdev, NULL);
return 0;
}