drm/vc4: kms: Store channel in local variable
authorMaxime Ripard <maxime@cerno.tech>
Fri, 4 Mar 2022 14:58:51 +0000 (15:58 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 21 Mar 2022 16:04:46 +0000 (16:04 +0000)
commit90130b129b15690366891f71f1e7d8cade359886
treed4e0cfdc62fca5ded7bf53b4e9c38959020c14a2
parente9ef08da29c69e2fabd629a0d8319ae56e88e5c4
drm/vc4: kms: Store channel in local variable

We use the channel from our vc4_crtc_state structure in multiple places,
let's store it in a local variable to make it cleaner.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
drivers/gpu/drm/vc4/vc4_kms.c