Re: [PATCH] sky2: Replace mdelay with msleep in sky2_vpd_wait

From: David Miller
Date: Tue Jan 02 2018 - 12:30:14 EST


From: Jia-Ju Bai <baijiaju1990@xxxxxxxxx>
Date: Sat, 30 Dec 2017 19:09:47 +0800

> sky2_vpd_wait is not called in an interrupt handler nor holding a spinlock.
> The function mdelay in it can be replaced with msleep, to reduce busy wait.
>
> Signed-off-by: Jia-Ju Bai <baijiaju1990@xxxxxxxxx>

Applied.