virgl: unsigned int -> unsigned

We don't usually spell out the int part of unsigned.

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org>
This commit is contained in:
Erik Faye-Lund 2019-04-10 12:16:33 +02:00
parent ef923088d2
commit 8f1a147d68

View file

@ -61,7 +61,7 @@ static void virgl_copy_region_with_blit(struct pipe_context *pipe,
}
}
static unsigned int temp_bind(unsigned int orig)
static unsigned temp_bind(unsigned orig)
{
if (orig & ~(PIPE_BIND_RENDER_TARGET | PIPE_BIND_DEPTH_STENCIL |
PIPE_BIND_SAMPLER_VIEW))