ASoC: Intel: fix return value check in sst_acpi_probe()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Tue, 9 Dec 2014 13:14:37 +0000 (21:14 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 15 Dec 2014 18:21:40 +0000 (18:21 +0000)
commitf5d40b400fe2de5f9dc3d41681cc59b2b7c28f8c
tree2030f53a4c8ccd0085d24d9264942d0f7ada66c9
parent1810afd3e1ded09c53d4e966dddce3c7d484521f
ASoC: Intel: fix return value check in sst_acpi_probe()

In case of error, the function platform_device_register_data()
returns ERR_PTR() and never returns NULL. The NULL test in the
return value check should be replaced with IS_ERR().

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/sst/sst_acpi.c