anv: Declare the bo in the anv_block_pool_foreach_bo loop

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
Jason Ekstrand
2019-10-25 16:33:23 -05:00
parent 325345b2bd
commit c0a4722f29
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -639,7 +639,7 @@ anv_block_pool_expand_range(struct anv_block_pool *pool,
static struct anv_bo *
anv_block_pool_get_bo(struct anv_block_pool *pool, int32_t *offset)
{
struct anv_bo *bo, *bo_found = NULL;
struct anv_bo *bo_found = NULL;
int32_t cur_offset = 0;
assert(offset);