linux/sound/soc/mediatek/mt2701
Wei Yongjun 3e8052d90d
ASoC: mediatek: mt2701: fix return value check in mt2701_afe_pcm_dev_probe()
In case of error, the function syscon_node_to_regmap() returns ERR_PTR()
and never returns NULL. The NULL test in the return value check should
be replaced with IS_ERR().

Fixes: dfa3cbb83e ("ASoC: mediatek: modify MT2701 AFE driver to adapt mfd device")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2018-01-08 11:27:45 +00:00
..
Makefile ASoC: mediatek: Add mt2701-wm8960 machine driver 2017-03-29 11:37:53 +01:00
mt2701-afe-clock-ctrl.c ASoC: mediatek: add some core clocks for MT2701 AFE 2018-01-04 14:25:55 +00:00
mt2701-afe-clock-ctrl.h ASoC: mediatek: rework clock functions for MT2701 2018-01-03 15:15:24 +00:00
mt2701-afe-common.h ASoC: mediatek: add some core clocks for MT2701 AFE 2018-01-04 14:25:55 +00:00
mt2701-afe-pcm.c ASoC: mediatek: mt2701: fix return value check in mt2701_afe_pcm_dev_probe() 2018-01-08 11:27:45 +00:00
mt2701-cs42448.c ASoC: mediatek: Constify hw_constraints 2017-06-13 21:33:03 +01:00
mt2701-reg.h ASoC: mediatek: modify MT2701 AFE driver to adapt mfd device 2018-01-04 14:25:56 +00:00
mt2701-wm8960.c ASoC: mediatek: Add mt2701-wm8960 machine driver 2017-03-29 11:37:53 +01:00