Searched hist:"856 fe64da84c95a1d415564b981ae3908eea2a76" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/sound/soc/codecs/ |
H A D | cs42l56.c | diff 856fe64da84c95a1d415564b981ae3908eea2a76 Fri Dec 11 04:07:59 CST 2020 Dan Carpenter <dan.carpenter@oracle.com> ASoC: cs42l56: fix up error handling in probe
There are two issues with this code. The first error path forgot to set the error code and instead returns success. The second error path doesn't clean up.
Fixes: 272b5edd3b8f ("ASoC: Add support for CS42L56 CODEC") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Link: https://lore.kernel.org/r/X9NE/9nK9/TuxuL+@mwanda Signed-off-by: Mark Brown <broonie@kernel.org>
|