]> 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)
commit50495b1c5df873918ab861b420b3b95d766bbae2
treeb9c4f115119b8106834e82d045b8dec7485214bd
parent09a5395370fd56965e936cb8d5336dac4c3355cb
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