Re: [PATCH v2 38/60] drm/omap: dss: Cleanup error paths in output init functions

2018-06-10 Thread Sebastian Reichel
Hi, On Sat, May 26, 2018 at 08:24:56PM +0300, Laurent Pinchart wrote: > Rename the jump labels according to the cleanup they perform, not the > location they're accessed from, and move functions from error checks to > cleanup paths, and move reference handling to simplify cleanup. > >

[PATCH v2 38/60] drm/omap: dss: Cleanup error paths in output init functions

2018-05-26 Thread Laurent Pinchart
Rename the jump labels according to the cleanup they perform, not the location they're accessed from, and move functions from error checks to cleanup paths, and move reference handling to simplify cleanup. Signed-off-by: Laurent Pinchart ---