drm/vc4: txp: Reorder the variable assignments
authorMaxime Ripard <maxime@cerno.tech>
Wed, 23 Nov 2022 15:25:56 +0000 (16:25 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 28 Nov 2022 10:50:47 +0000 (11:50 +0100)
commitc1bcd9272bf008230eb49f0619dec9373ca49eb8
tree3a44e89f8a3262cdef0f2e7aa04aeab65edb6c49
parente3479398bcf4f92c1ee513a277f5d3732a90e9f1
drm/vc4: txp: Reorder the variable assignments

The current order of variable assignments is unneccessarily complex,
let's make it simpler.

Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20221123-rpi-kunit-tests-v1-14-051a0bb60a16@cerno.tech
drivers/gpu/drm/vc4/vc4_txp.c