drm/vc4: crtc: Use local chan variable
authorMaxime Ripard <maxime@cerno.tech>
Tue, 14 Jan 2020 12:37:27 +0000 (13:37 +0100)
committerpopcornmix <popcornmix@gmail.com>
Wed, 1 Jul 2020 15:33:37 +0000 (16:33 +0100)
commit2d4e262faabd77c04aa5026af8975d85ad344833
tree0e963e2ad7b037fab2702e03b782704601b6715e
parent7d23e2493284544cc835dedaf44fc7621307981f
drm/vc4: crtc: Use local chan variable

The vc4_crtc_handle_page_flip already has a local variable holding the
value of vc4_crtc->channel, so let's use it instead.

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