味わい深い Linux Kernel の Chanelog

    drm/radeon: forever loop on error in radeon_do_test_moves()
    
    commit 89cd67b326fa95872cc2b4524cd807128db6071d upstream.
    
    The error path does this:
    
    	for (--i; i >= 0; --i) {
    
    which is a forever loop because "i" is unsigned.

え あ なるほどw となりました