commit | 08bb88cfc4f0c5ac9053197ced139bf116a91280 | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Tue Jul 28 14:00:03 2020 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Wed Jul 29 09:43:06 2020 +1000 |
tree | d409d14529d971661be7c4db713f52d658fcb1f4 | |
parent | 92be42392256b30296843aa4d987ad8d175c0e10 [diff] |
drm/ttm: make ttm_tt unbind function return void. The return value just led to BUG_ON, I think if a driver wants to BUG_ON here it can do it itself. (don't BUG_ON). Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200728040003.20398-1-airlied@gmail.com