Wei Yongjun 185457632b
ASoC: mmp-sspa: Fix return value check in asoc_mmp_sspa_probe()
In case of error, the function devm_ioremap() returns NULL pointer not
ERR_PTR(). The IS_ERR() test in the return value check should be
replaced with NULL test.

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Link: https://lore.kernel.org/r/20200527030210.124393-1-weiyongjun1@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2020-05-27 14:48:56 +01:00
..
2020-05-18 16:15:05 +01:00
2020-05-18 16:15:15 +01:00
2020-04-29 14:23:19 +01:00
2020-04-21 19:01:59 +01:00
2020-04-17 19:37:14 +01:00
2020-05-25 14:22:08 +01:00
2020-03-30 18:22:36 +01:00