Home
last modified time | relevance | path

Searched hist:e91b65b36fde0690f1c694f17dd1b549295464a7 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/soc/
H A Dsoc-pcm.cdiff e91b65b36fde0690f1c694f17dd1b549295464a7 Mon Jan 11 03:50:21 CST 2021 Dan Carpenter <dan.carpenter@oracle.com> ASoC: soc-pcm: Fix an uninitialized error code

The error path here doesn't set "ret" so it returns uninitialized data
instead of a negative error code.

Fixes: 2c1382840c19 ("ASoC: soc-pcm: disconnect BEs if the FE is not ready")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Link: https://lore.kernel.org/r/X/wfXQFxeMLvpO+1@mwanda
Signed-off-by: Mark Brown <broonie@kernel.org>