diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c index 811c62927c38..c93fd9a6b59c 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c | |||
@@ -168,7 +168,7 @@ static int amdgpufb_create_pinned_object(struct amdgpu_fbdev *rfbdev, | |||
168 | } | 168 | } |
169 | 169 | ||
170 | 170 | ||
171 | ret = amdgpu_bo_pin(abo, domain, NULL); | 171 | ret = amdgpu_bo_pin(abo, domain); |
172 | if (ret) { | 172 | if (ret) { |
173 | amdgpu_bo_unreserve(abo); | 173 | amdgpu_bo_unreserve(abo); |
174 | goto out_unref; | 174 | goto out_unref; |