commit | 2ee7fc92cfd327fe41377f64a7f04ddc30c851e7 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Fri Jan 06 19:16:07 2017 +0100 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Jan 27 12:20:32 2017 -0500 |
tree | bd078cc528801cf9a30e953e115d48eb32215af2 | |
parent | 63d24f8846b0095cbbd94746b6fc8a6acbda8f5e [diff] |
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>