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)
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>

No differences found