xf86drm: fix sign-compare warning
authorGrazvydas Ignotas <notasas@gmail.com>
Sun, 11 Dec 2016 18:03:56 +0000 (20:03 +0200)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 12 Dec 2016 14:01:19 +0000 (14:01 +0000)
commit3bc14c8cb99a8c4d927e07f947449c3e50d188c9
treef1ba6ce3ab8490c92c5d4eba599014858e8a80ef
parent08257927231e4f51c38e1d2bdbb8db0c2d4aec40
xf86drm: fix sign-compare warning

xf86drm.c:3601:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     while (expected < sizeof(match)) {
                     ^

Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
xf86drm.c