kmsro: Fix confusing comma expression
authorNeil Roberts <nroberts@igalia.com>
Mon, 31 May 2021 14:32:57 +0000 (16:32 +0200)
committerMarge Bot <eric+marge@anholt.net>
Mon, 31 May 2021 14:58:12 +0000 (14:58 +0000)
commit5a4384c2bc4122de29b64c0f9ef39d3477969696
treeefe52a978848f4552fae8bce0ef3c7c4ed814393
parent9ff54d408ba872da44158869f363f73cddbb0f63
kmsro: Fix confusing comma expression

It looks like this was a copy-and-paste mistake in 827e0d6654a2 where
the initialiser was moved from being a struct initialiser to a
standalone statement. Some of them were fixed with an unrelated change
in 187218395d7c but not all of them. This shouldn’t make any practical
difference to the compiled code.

Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11090>
src/gallium/winsys/kmsro/drm/kmsro_drm_winsys.c