amdgpu: Remove unused local variables bo_size/offset from amdgpu_cs_submit
Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>main
parent
d01c361af5
commit
2978f5c37e
|
@ -261,8 +261,6 @@ int amdgpu_cs_submit(amdgpu_context_handle context,
|
|||
{
|
||||
uint32_t i;
|
||||
int r;
|
||||
uint64_t bo_size;
|
||||
uint64_t bo_offset;
|
||||
|
||||
if (NULL == context)
|
||||
return -EINVAL;
|
||||
|
|
Loading…
Reference in New Issue