Re: [PATCH 07/29] drm/omap: Remove connection checks from display .enable() and .remove()

2018-12-10 Thread Sebastian Reichel
Hi, On Wed, Dec 05, 2018 at 05:00:00PM +0200, Laurent Pinchart wrote: > The displays (connectors, panels and encoders) return an error from > their .enable() handler when the dss device is not connected. They also > disconnect the dss device explicitly from their .remove() handler if it > is still

[PATCH 07/29] drm/omap: Remove connection checks from display .enable() and .remove()

2018-12-05 Thread Laurent Pinchart
The displays (connectors, panels and encoders) return an error from their .enable() handler when the dss device is not connected. They also disconnect the dss device explicitly from their .remove() handler if it is still connected. Those safety checks are not needed: - The .enable() handler is ca