Re: [PATCH] net: adaptec: Replace mdelay() with msleep() in starfire_init_one()

From: David Miller
Date: Fri Jul 27 2018 - 00:25:17 EST


From: Jia-Ju Bai <baijiaju1990@xxxxxxxxx>
Date: Fri, 27 Jul 2018 11:51:06 +0800

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

Applied.