]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/panel: ilitek-ili9882t: Check for errors on the NOP in prepare()
authorDouglas Anderson <dianders@chromium.org>
Fri, 17 May 2024 21:36:40 +0000 (14:36 -0700)
committerNeil Armstrong <neil.armstrong@linaro.org>
Tue, 21 May 2024 08:01:20 +0000 (10:01 +0200)
commit6a7bd6cde73f0fb7e5faa964dbdeb45b55c64698
treee85772e54fe2a95aaab489ff1d5c023fa82e6091
parent554c00181968d43426bfe68c86541b89265075de
drm/panel: ilitek-ili9882t: Check for errors on the NOP in prepare()

The mipi_dsi_dcs_nop() function returns an error but we weren't
checking it in ili9882t_prepare(). Add a check. This is highly
unlikely to matter in practice. If the NOP failed then likely later
MIPI commands would fail too.

Found by code inspection.

Fixes: e2450d32e5fb ("drm/panel: ili9882t: Break out as separate driver")
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20240517143643.5.I323476ba9fa8cc7a5adee4c1ec95202785cc5686@changeid
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240517143643.5.I323476ba9fa8cc7a5adee4c1ec95202785cc5686@changeid
drivers/gpu/drm/panel/panel-ilitek-ili9882t.c