diff options
Diffstat (limited to 'drivers/gpu/drm/cirrus/cirrus_drv.h')
-rw-r--r-- | drivers/gpu/drm/cirrus/cirrus_drv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/cirrus/cirrus_drv.h b/drivers/gpu/drm/cirrus/cirrus_drv.h index 117d3eca5e37..401c890b6c6a 100644 --- a/drivers/gpu/drm/cirrus/cirrus_drv.h +++ b/drivers/gpu/drm/cirrus/cirrus_drv.h | |||
@@ -241,7 +241,7 @@ static inline int cirrus_bo_reserve(struct cirrus_bo *bo, bool no_wait) | |||
241 | { | 241 | { |
242 | int ret; | 242 | int ret; |
243 | 243 | ||
244 | ret = ttm_bo_reserve(&bo->bo, true, no_wait, false, 0); | 244 | ret = ttm_bo_reserve(&bo->bo, true, no_wait, false, NULL); |
245 | if (ret) { | 245 | if (ret) { |
246 | if (ret != -ERESTARTSYS && ret != -EBUSY) | 246 | if (ret != -ERESTARTSYS && ret != -EBUSY) |
247 | DRM_ERROR("reserve failed %p\n", bo); | 247 | DRM_ERROR("reserve failed %p\n", bo); |