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)
commitef2084a8388b19c8812356106e0c8d29915f9d8b
tree2b3f858a3fa2dcf480b18515480a999f5dce8ceb
parentdbd0da2453c694f2f74651834d90fb280b57f151
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: 5540cf8f3e8d ("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