drm/vc4: Ensure zpos is always initialised
authorDave Stevenson <dave.stevenson@raspberrypi.org>
Fri, 19 Jul 2019 16:49:00 +0000 (17:49 +0100)
committerpopcornmix <popcornmix@gmail.com>
Wed, 1 Jul 2020 15:33:02 +0000 (16:33 +0100)
commitb3fe97d1a9f4755ad2e6688ec550d376e11d7e6f
treebf748a61932bb5a47a269004d7f682b020ecff9b
parent3c77bc6e1a7be2128f3bf1e141eac707a86dcfa1
drm/vc4: Ensure zpos is always initialised

The compiler is warning that default_zpos can be used
uninitialised as there is no default case to catch all plane
types.
No other plane types should ever be presented to vc4_fkms_plane_init,
but add a default case regardless.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
drivers/gpu/drm/vc4/vc4_firmware_kms.c