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

2020-08-10 Thread Nicolin Chen
On Fri, Aug 07, 2020 at 05:14:42PM +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. > > Signed-off-by: Shengjiu Wang Acked-by: Nicolin Chen

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

2020-08-10 Thread Shengjiu Wang
On Mon, Aug 10, 2020 at 4:02 PM Nicolin Chen wrote: > > On Fri, Aug 07, 2020 at 05:14:42PM +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. > > > >

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

2020-08-10 Thread Nicolin Chen
On Fri, Aug 07, 2020 at 05:14:42PM +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. > > Signed-off-by: Shengjiu Wang > --- > sound/soc/fsl/fsl_sai.c | 2 +- >

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

2020-08-07 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 --- sound/soc/fsl/fsl_sai.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git