]> git.baikalelectronics.ru Git - kernel.git/commit
drm/panel-edp: Fix variable typo when saving hpd absent delay from DT
authorNícolas F. R. A. Prado <nfraprado@collabora.com>
Tue, 19 Jul 2022 20:38:56 +0000 (16:38 -0400)
committerDouglas Anderson <dianders@chromium.org>
Tue, 19 Jul 2022 22:47:47 +0000 (15:47 -0700)
commit52c854c0f4551ba4a66cb7ad42f47c47c0f9f642
tree2b3f858a3fa2dcf480b18515480a999f5dce8ceb
parentabf856589033084c75c082d21408c382ed3be2f4
drm/panel-edp: Fix variable typo when saving hpd absent delay from DT

The value read from the "hpd-absent-delay-ms" property in DT was being
saved to the wrong variable, overriding the hpd_reliable delay. Fix the
typo.

Fixes: d1bda10e3c14 ("drm/panel-edp: Implement generic "edp-panel"s probed by EDID")
Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
Reviewed-by: André Almeida <andrealmeid@igalia.com>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220719203857.1488831-4-nfraprado@collabora.com
drivers/gpu/drm/panel/panel-edp.c