Commit 910d1b3a authored by Ben Skeggs's avatar Ben Skeggs

drm/nv50: fix smatch warning in nv50_vram.c

Reported-by: default avatarDan Carpenter <error27@gmail.com>
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent d095e232
...@@ -91,7 +91,8 @@ void ...@@ -91,7 +91,8 @@ void
nv50_vm_map(struct nouveau_vma *vma, struct nouveau_gpuobj *pgt, nv50_vm_map(struct nouveau_vma *vma, struct nouveau_gpuobj *pgt,
struct nouveau_vram *mem, u32 pte, u32 cnt, u64 phys) struct nouveau_vram *mem, u32 pte, u32 cnt, u64 phys)
{ {
u32 block, i; u32 block;
int i;
phys = nv50_vm_addr(vma, pgt, phys, mem->memtype, 0); phys = nv50_vm_addr(vma, pgt, phys, mem->memtype, 0);
pte <<= 3; pte <<= 3;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment