Re: [PATCH] ASoC: mxs-saif: Add variable dev to simplify code

2020-05-08 Thread Mark Brown
On Wed, 29 Apr 2020 17:40:23 +0800, Tang Bin wrote: > Add variable 'dev' to make the code cleaner in the function > mxs_saif_probe(). And now that the function mxs_saif_mclk_init() > have defined the variables 'ret' as the error returned value, > then it should be used instead in this place. > > S

Re: [PATCH] ASoC: mxs-saif: Add variable dev to simplify code

2020-04-29 Thread Markus Elfring
> Add variable 'dev' to make the code cleaner in the function > mxs_saif_probe(). And now that the function mxs_saif_mclk_init() > have defined the variables 'ret' as the error returned value, > then it should be used instead in this place. I find it clearer to integrate such source code adjustmen

[PATCH] ASoC: mxs-saif: Add variable dev to simplify code

2020-04-29 Thread Tang Bin
Add variable 'dev' to make the code cleaner in the function mxs_saif_probe(). And now that the function mxs_saif_mclk_init() have defined the variables 'ret' as the error returned value, then it should be used instead in this place. Signed-off-by: Zhang Shengju Signed-off-by: Tang Bin --- sound