Re: [PATCH] sound: pci: cthw20k1: Replace mdelay() with msleep()

From: Takashi Iwai
Date: Fri Jul 27 2018 - 05:49:53 EST


On Fri, 27 Jul 2018 10:57:56 +0200,
Jia-Ju Bai wrote:
>
> hw_pll_init(), hw_reset_dac() and hw_card_init() are never
> called in atomic context.
> They 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, thanks.


Takashi