]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: dapm: fix some pointer error handling
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 20 Jan 2017 13:07:52 +0000 (14:07 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 20 Jan 2017 13:11:02 +0000 (13:11 +0000)
commita844afb64e49f28ad4074c2041e7459080692097
treeb9c4f115119b8106834e82d045b8dec7485214bd
parentfb483a8a4f896be904bc23d56e95ea92c47fdfdf
ASoC: dapm: fix some pointer error handling

commit 66feeec9322132689d42723df2537d60f96f8e44
"RFC: ASoC: dapm: handle probe deferrals"
forgot a to update some two sites where the call
was used. The static codechecks quickly found them.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Fixes: 66feeec93221 ("RFC: ASoC: dapm: handle probe deferrals")
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-dapm.c