diff options
author | Chen-Yu Tsai <wenst@chromium.org> | 2024-12-04 17:39:41 +0800 |
---|---|---|
committer | Chen-Yu Tsai <wenst@chromium.org> | 2024-12-06 15:18:40 +0800 |
commit | 76ba5467ecfd17f63da954c946ec98aa3cbde2d3 (patch) | |
tree | a1e34c3222e57911e5821f2e6e9239d4d45335b6 /drivers/video/backlight | |
parent | 84e541b1e58e04d808e1bb13ef566ffbe87aa89b (diff) |
drm/panel: visionox-rm69299: Remove redundant assignments of panel fieldsHEADfor-linux-nextdrm-misc-next
drm_panel_init() was made to initialize the fields in |struct drm_panel|.
There is no need to separately initialize them again.
Drop the separate assignments that are redundant. Also fix up any uses
of `ctx->panel.dev` to use `dev` directly.
Reviewed-by: Jessica Zhang <quic_jesszhan@quicinc.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20241204093942.1374693-1-wenst@chromium.org
Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
Diffstat (limited to 'drivers/video/backlight')
0 files changed, 0 insertions, 0 deletions