|
@@ -65,7 +65,7 @@ static inline int radeon_bo_reserve(struct radeon_bo *bo, bool no_intr)
|
|
|
{
|
|
|
int r;
|
|
|
|
|
|
- r = ttm_bo_reserve(&bo->tbo, !no_intr, false, false, 0);
|
|
|
+ r = ttm_bo_reserve(&bo->tbo, !no_intr, false, false, NULL);
|
|
|
if (unlikely(r != 0)) {
|
|
|
if (r != -ERESTARTSYS)
|
|
|
dev_err(bo->rdev->dev, "%p reserve failed\n", bo);
|