OSDN Git Service

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)
commit2ee7fc92cfd327fe41377f64a7f04ddc30c851e7
treebd078cc528801cf9a30e953e115d48eb32215af2
parent63d24f8846b0095cbbd94746b6fc8a6acbda8f5e
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