Re: [PATCH v3 18/50] drm/omap: dss: Cleanup DSS ports on initialisation failure

2019-12-16 Thread Tomi Valkeinen
On 11/12/2019 00:57, Laurent Pinchart wrote: When the DSS initialises its output DPI and SDI ports, failures don't clean up previous successfully initialised ports. This can lead to resource leak or memory corruption. Fix it. Reported-by: Hans Verkuil Signed-off-by: Laurent Pinchart ---

[PATCH v3 18/50] drm/omap: dss: Cleanup DSS ports on initialisation failure

2019-12-10 Thread Laurent Pinchart
When the DSS initialises its output DPI and SDI ports, failures don't clean up previous successfully initialised ports. This can lead to resource leak or memory corruption. Fix it. Reported-by: Hans Verkuil Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/dss/dss.c | 43