]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/gpu/drm/cirrus/cirrus_drv.h
Merge tag 'omap-for-v4.7-dts-fixes1' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / drivers / gpu / drm / cirrus / cirrus_drv.h
index b774d637a00f8a020bce2018c31dd42f69744b25..2188d6b61b3ead5c2ad712ba60082d9d1327b348 100644 (file)
@@ -245,7 +245,7 @@ static inline int cirrus_bo_reserve(struct cirrus_bo *bo, bool no_wait)
 {
        int ret;
 
-       ret = ttm_bo_reserve(&bo->bo, true, no_wait, false, NULL);
+       ret = ttm_bo_reserve(&bo->bo, true, no_wait, NULL);
        if (ret) {
                if (ret != -ERESTARTSYS && ret != -EBUSY)
                        DRM_ERROR("reserve failed %p\n", bo);