Re: [PATCH 02/11] drm: of: drm_of_find_panel_or_bridge: simplify error return paths
"Maxime Ripard" <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.comp.video.dri.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 14 Aug 2026 16:05:50 +0200, Luca Ceresoli wrote: > In prepataion to further modify the logic of this function, simplify the > error-returning code. > > With this change, on any error there is an immediate 'return -<ERRNO>;' > statement, without having to carry on the return value until the end. > > [ ... ] Reviewed-by: Maxime Ripard <[email protected]> Thanks! Maxime