From: Sebastian Biemueller Date: Wed, 29 Feb 2012 16:04:52 +0000 (-0500) Subject: drm/radeon/kms/vm: fix possible bug in radeon_vm_bo_rmv() X-Git-Tag: v3.3-rc6~19^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=108b0d348302be2b2f846bc8a8115f5b099a6196;p=pandora-kernel.git 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 Reviewed-by: Jerome Glisse Signed-off-by: Dave Airlie --- Reading git-diff-tree failed