Skip to content
Commit 29345bc3 authored by Maxime Ripard's avatar Maxime Ripard Committed by Dom Cobley
Browse files

drm/vc4: hdmi: Move initial register read after pm_runtime_get



Commit ecdd08fd ("drm/vc4: hdmi: Make sure the device is powered
with CEC") made sure that the device is powered while there is
CEC-related accesses but missed one register read in the variable
declaration.

Move the variable assignment after the pm_runtime_resume_and_get.

Fixes: ecdd08fd ("drm/vc4: hdmi: Make sure the device is powered with CEC")
Signed-off-by: default avatarMaxime Ripard <maxime@cerno.tech>
parent 58f98ea4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment