Re: [PATCH] net: stmmac: fix a possible endless loop

From: David Miller
Date: Thu Feb 06 2020 - 08:32:59 EST


From: Dejin Zheng <zhengdejin5@xxxxxxxxx>
Date: Thu, 6 Feb 2020 21:21:47 +0800

> It forgot to reduce the value of the variable retry in a while loop
> in the ethqos_configure() function. It may cause an endless loop and
> without timeout.
>
> Signed-off-by: Dejin Zheng <zhengdejin5@xxxxxxxxx>

Please resubmit this with an appropriate Fixes: tag.

Thank you.