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)
commit639467c8f26d834c934215e8b59129ce442475fe
treeb9c4f115119b8106834e82d045b8dec7485214bd
parent37e1df8c95e2c8a57c77eafc097648f6e40a60ff
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