]> git.baikalelectronics.ru Git - kernel.git/commit
drm/ttm: remove allow_errors parameter from ttm_bo_force_list_clean
authorChristian König <christian.koenig@amd.com>
Fri, 6 Jan 2017 18:16:07 +0000 (19:16 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 27 Jan 2017 17:20:32 +0000 (12:20 -0500)
commit3952d75d1f636b833c90c71c2587ab17681cdb45
treebd078cc528801cf9a30e953e115d48eb32215af2
parent09f192492b264db26f12c859c46062f6bc0d68c0
drm/ttm: remove allow_errors parameter from ttm_bo_force_list_clean

Not allowing errors here is completely pointless and actually dangerous
cause trying to continue on an error can cause an endless loop.

Reviewed-by: Sinclair Yeh <syeh@vmware.com>
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Roger.He <Hongbo.He@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/ttm/ttm_bo.c