commit | ecfe6953fa00115414a6fefe49023a1ebc187a98 | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Tue Sep 08 06:46:18 2020 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Wed Sep 09 08:28:53 2020 +1000 |
tree | 3e52dbe04e22a22facc8586721a8cd0ed79a605f | |
parent | 884e5cc1dd119d1761f6ea19e904a1492a81f9ee [diff] |
drm/ttm: introduce ttm_bo_move_null This pattern is cut-n-pasted across 4 drivers, switch it to a WARN_ON instead, as BUG_ON is considered a bad idea usually. Reviewed-by: Christian König <christian.koenig@amd.com> Reviewed-by: Ben Skeggs <bskeggs@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200907204630.1406528-2-airlied@gmail.com