On Sun, May 29, 2022 at 11:34:50PM +0800, Chengguang Xu wrote: > There is a common error of while loop condition which misses > the case '(--i) == 0' in error path. This patch series just > tries to fix it in several driver's code. > > Note: I'm not specialist of specific drivers so just compile tested > for the fixes. These are all correct. Thank you. Reviewed-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> regards, dan carpenter