Re: [PATCH v2] ASoC: fsl_sai: fix incorrect mclk number in error message

2022-08-16 Thread Mark Brown
On Sat, 13 Aug 2022 10:33:52 +0200, Pieterjan Camerlynck wrote: > In commit c3ecef21c3f26 ("ASoC: fsl_sai: add sai master mode support") > the loop was changed to start iterating from 1 instead of 0. The error > message however was not updated, reporting the wrong clock to the user. > > Applied

Re: [PATCH v2] ASoC: fsl_sai: fix incorrect mclk number in error message

2022-08-16 Thread Shengjiu Wang
On Sat, Aug 13, 2022 at 4:34 PM Pieterjan Camerlynck < pieterjan.camerly...@gmail.com> wrote: > In commit c3ecef21c3f26 ("ASoC: fsl_sai: add sai master mode support") > the loop was changed to start iterating from 1 instead of 0. The error > message however was not updated, reporting the wrong clo

[PATCH v2] ASoC: fsl_sai: fix incorrect mclk number in error message

2022-08-13 Thread Pieterjan Camerlynck
In commit c3ecef21c3f26 ("ASoC: fsl_sai: add sai master mode support") the loop was changed to start iterating from 1 instead of 0. The error message however was not updated, reporting the wrong clock to the user. Signed-off-by: Pieterjan Camerlynck --- V2: rebase against latest version --- soun