Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drm/radeon: forever loop on error in radeon_do_test_moves()
The error path does this: for (--i; i >= 0; --i) { which is a forever loop because "i" is unsigned. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org
- Loading branch information