Re: [PATCH] ASoC: soc-pcm: return correct -ERRNO in failure path

2021-01-11 Thread Mark Brown
On Sat, 9 Jan 2021 09:15:01 +0530, Souptick Joarder wrote: > Kernel test robot throws below error -> > > sound/soc/soc-pcm.c:2523 dpcm_run_update_startup() error: uninitialized > symbol 'ret'. > > Initializing ret = 0 and returning correct -ERRNO in failure path. Applied to

[PATCH] ASoC: soc-pcm: return correct -ERRNO in failure path

2021-01-08 Thread Souptick Joarder
Kernel test robot throws below error -> sound/soc/soc-pcm.c:2523 dpcm_run_update_startup() error: uninitialized symbol 'ret'. Initializing ret = 0 and returning correct -ERRNO in failure path. Reported-by: kernel test robot Signed-off-by: Souptick Joarder --- sound/soc/soc-pcm.c | 3 ++- 1