commit | de8dfb8e3449c704e2c67680b9226a058e6dc663 | [log] [tgz] |
---|---|---|
author | Tom St Denis <tom.stdenis@amd.com> | Fri Jan 26 09:22:05 2018 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Feb 19 14:18:59 2018 -0500 |
tree | 7a3f0f790723bf45da0257d9f85ec05e0b667624 | |
parent | 449f797a94f206e15a088adabb26c7cc42aa79b4 [diff] |
drm/ttm: Remove unncessary retval from ttm_bo_vm_fault() The dual ret/retval was more complex than need be. Now we drop the retval variable and assign the appropriate VM codes to ret instead. Signed-off-by: Tom St Denis <tom.stdenis@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>