]> www.infradead.org Git - users/hch/configfs.git/commit
drm/panel: himax-hx83102: fix incorrect argument to mipi_dsi_msleep
authorTejas Vipin <tejasvipin76@gmail.com>
Wed, 12 Jun 2024 13:35:42 +0000 (19:05 +0530)
committerNeil Armstrong <neil.armstrong@linaro.org>
Wed, 12 Jun 2024 14:33:30 +0000 (16:33 +0200)
commita13aaf157467e694a3824d81304106b58d4c20d6
treee15b8f4cff0c85a2ad220cbb4ba0a37368a734e9
parent66055636a146c435cd226fb5a334176304652f3c
drm/panel: himax-hx83102: fix incorrect argument to mipi_dsi_msleep

mipi_dsi_msleep should be modified to accept ctx as a pointer and the
function call should be adjusted accordingly.

Fixes: a2ab7cb169da ("drm/panel: himax-hx83102: use wrapped MIPI DCS functions")
Signed-off-by: Tejas Vipin <tejasvipin76@gmail.com>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Link: https://lore.kernel.org/r/20240612133550.473279-2-tejasvipin76@gmail.com
[narmstrong: fixed subject and fixes tag]
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240612133550.473279-2-tejasvipin76@gmail.com
drivers/gpu/drm/panel/panel-himax-hx83102.c