[PATCH] drm/i915/ttm: Fix error code in i915_ttm_eviction_valuable()

Matthew Auld matthew.auld at intel.com
Mon Nov 22 08:52:34 UTC 2021


On 22/11/2021 07:41, Dan Carpenter wrote:
> This function returns a bool type so returning -EBUSY is equivalent to
> returning true.  It should return false instead.
> 
> Fixes: 7ae034590cea ("drm/i915/ttm: add tt shmem backend")
> Signed-off-by: Dan Carpenter <dan.carpenter at oracle.com>
Reviewed-by: Matthew Auld <matthew.auld at intel.com>


More information about the dri-devel mailing list