]> 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)
commite96110a071133f25caf2a645a3e4ee8bd804b4c0
tree2b3f858a3fa2dcf480b18515480a999f5dce8ceb
parentd77d275a4373ec064d807eb426244d156f9a9f95
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: 52f0245b6f0e ("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