On Tue, Dec 21, 2021 at 11:10:43PM +0300, Pavel Skripkin wrote: > If asix_read_cmd() returns 0 on 30th interation, 0 will be returned from > asix_check_host_enable(), which is logically wrong. Fix it by returning > -ETIMEDOUT explicitly if we have exceeded 30 iterations > > Also, replaced 30 with #define as suggested by Andrew > > Fixes: a786e3195d6a ("net: asix: fix uninit value bugs") > Reported-by: Andrew Lunn <andrew@xxxxxxx> > Signed-off-by: Pavel Skripkin <paskripkin@xxxxxxxxx> Reviewed-by: Andrew Lunn <andrew@xxxxxxx> Andrew