On Mon, Feb 06, 2023 at 04:15:48PM +0300, Dan Carpenter wrote: > This loop checks that i < max at the start of loop but then it does > i++ which could put it past the end of the array. It's harmless to > check again and prevent a potential out of bounds. > > Fixes: 1048643ea94d ("ath5k: Clean up eeprom parsing and add missing calibration data") > Signed-off-by: Dan Carpenter <error27@xxxxxxxxx> Reviewed-by: Luis Chamberlain <mcgrof@xxxxxxxxxx> Luis