commit | 6dee6722c6065f4850eab98c2b7b9f4a08a35813 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Thu Jan 11 11:11:51 2018 +0000 |
committer | Mark Brown <broonie@kernel.org> | Thu Jan 11 12:29:27 2018 +0000 |
tree | a4e7d76791fbe4fc2c0ee6b43b8aeeac87d9c7a4 | |
parent | 4e9436fb8477ba245d6db1e7c6aa75d6d9afcfc3 [diff] |
ASoC: stm32: fix a typo in stm32_adfsdm_probe() Fix a typo, we should return PTR_ERR(priv->iio_cb) instead of PTR_ERR(priv->iio_ch). Fixes: 55da094824c4 ("ASoC: stm32: add DFSDM DAI support") Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Mark Brown <broonie@kernel.org>