diff options
author | Sebastian Biemueller <sebastian.biemueller@amd.com> | 2012-02-29 17:04:52 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-02-29 18:47:57 +0100 |
commit | 108b0d348302be2b2f846bc8a8115f5b099a6196 (patch) | |
tree | 206d8613c6eb6740fe13f0d80eb090c8b57473de /fs/binfmt_aout.c | |
parent | drm/radeon: fix uninitialized variable (diff) | |
download | linux-108b0d348302be2b2f846bc8a8115f5b099a6196.tar.xz linux-108b0d348302be2b2f846bc8a8115f5b099a6196.zip |
drm/radeon/kms/vm: fix possible bug in radeon_vm_bo_rmv()
The bo is removed from the list at the top of
radeon_vm_bo_rmv(), but then the list is used
in radeon_vm_bo_update_pte() to look up the vm.
remove the bo_list entry at the end of the
function instead.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Jerome Glisse <j.glisse@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions