]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/bridge: analogix_dp: ignore return values of drm_panel_* calls
authorDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Tue, 1 Apr 2025 05:11:38 +0000 (08:11 +0300)
committerDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Tue, 22 Apr 2025 13:49:11 +0000 (16:49 +0300)
commit58a71d2bf103550f809987e16d8c1949be719040
treeb5391ca4c3a853a289e17951765b4aef079af2de
parentd5f34ca5df7c0ae075fdfeba20edd6f81c792554
drm/bridge: analogix_dp: ignore return values of drm_panel_* calls

Follow the example of other drivers and ignore return values of the
drm_panel_prepare() / unprepare() / enable() / disable() calls. There is
no possible error recovery, so the driver just logs a message.

Tested-by: Damon Ding <damon.ding@rock-chips.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20250401-panel-return-void-v1-6-93e1be33dc8d@oss.qualcomm.com
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
drivers/gpu/drm/bridge/analogix/analogix_dp_core.c