linux/sound/soc/intel/sst
Wei Yongjun f5d40b400f 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>
2014-12-15 18:21:40 +00:00
..
Makefile ASoC: Intel: mrfld- add ACPI module 2014-11-14 11:07:43 +00:00
sst_acpi.c ASoC: Intel: fix return value check in sst_acpi_probe() 2014-12-15 18:21:40 +00:00
sst_drv_interface.c ASoC: Intel: sst - add compressed ops handling 2014-10-31 12:52:43 +00:00
sst_ipc.c ASoC: Intel: use lock when changing SST state. 2014-10-31 12:47:44 +00:00
sst_loader.c ASoC: Intel: use correct firmware name 2014-10-31 12:51:14 +00:00
sst_pci.c ASoC: Intel: mrfld - create separate module for pci part 2014-11-06 12:36:17 +00:00
sst_pvt.c ASoC: Intel: mrfld- add ACPI module 2014-11-14 11:07:43 +00:00
sst_stream.c ASoC: Intel: sst: add stream operations 2014-10-20 12:20:34 +01:00
sst.c ASoC: Intel: add support for Cherrytrail and Braswell in SST driver 2014-11-21 19:23:01 +00:00
sst.h ASoC: Intel: add support for Cherrytrail and Braswell in SST driver 2014-11-21 19:23:01 +00:00