Hi, On Thu, May 9, 2024 at 3:37 PM Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> wrote: > > Add missing error handling for the mipi_dsi_ functions that actually > return error code instead of silently ignoring it. > > Fixes: 069a6c0e94f9 ("drm: panel: Add LG sw43408 panel driver") > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- > drivers/gpu/drm/panel/panel-lg-sw43408.c | 33 ++++++++++++++++++++++++++------ > 1 file changed, 27 insertions(+), 6 deletions(-) Looks right to me. Only slight nit would be that I'd put this as the first patch in the series to make it obvious to anyone backporting it to older kernels that it doesn't have any dependencies on the earlier patches in the series. It's fairly obvious so this isn't a huge deal, but still could be nice. Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>