Re: [PATCH] net: jme: Replace mdelay() with msleep() and usleep_range() in jme_wait_link()

From: David Miller
Date: Fri Jul 27 2018 - 17:12:33 EST


From: Jia-Ju Bai <baijiaju1990@xxxxxxxxx>
Date: Fri, 27 Jul 2018 16:25:07 +0800

> jme_wait_link() is never called in atomic context.
> It calls mdelay() to busily wait, which is not necessary.
> mdelay() can be replaced with msleep() and usleep_range().
>
> This is found by a static analysis tool named DCNS written by myself.
>
> Signed-off-by: Jia-Ju Bai <baijiaju1990@xxxxxxxxx>

Applied.