Re: [PATCH v2 07/60] drm/omap: dss: Handle DPI and SDI port initialization failures

2018-06-10 Thread Sebastian Reichel
On Sat, May 26, 2018 at 08:24:25PM +0300, Laurent Pinchart wrote: > The dpi_init_port() and sdi_init_port() functions can return errors but > their return value is ignored. This prevents both probe failures and > probe deferral from working correctly. Propagate the errors up the call > stack. > >

[PATCH v2 07/60] drm/omap: dss: Handle DPI and SDI port initialization failures

2018-05-26 Thread Laurent Pinchart
The dpi_init_port() and sdi_init_port() functions can return errors but their return value is ignored. This prevents both probe failures and probe deferral from working correctly. Propagate the errors up the call stack. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/dss/dss.c | 13 +