Re: [PATCH RESEND] ASoC: fsl_sai: Add -EPROBE_DEFER check for regmap init

2020-08-24 Thread Mark Brown
On Mon, 24 Aug 2020 15:58:07 +0800, Shengjiu Wang wrote: > Regmap initialization may return -EPROBE_DEFER for clock > may not be ready, so check -EPROBE_DEFER error type before > start another Regmap initialization. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git f

[PATCH RESEND] ASoC: fsl_sai: Add -EPROBE_DEFER check for regmap init

2020-08-24 Thread Shengjiu Wang
Regmap initialization may return -EPROBE_DEFER for clock may not be ready, so check -EPROBE_DEFER error type before start another Regmap initialization. Signed-off-by: Shengjiu Wang Acked-by: Nicolin Chen --- sound/soc/fsl/fsl_sai.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --