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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user