diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2013-10-25 09:06:24 (GMT) |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-25 09:25:51 (GMT) |
commit | 29ca9c73e54131c9ad90c5381f368d9b09b5aca4 (patch) | |
tree | 4e6603438a6cb37fbf5edec3e53714ece60c3c26 /sound/soc/omap/Kconfig | |
parent | de0022d4bf3a5acaef75cf1c7c2f8d71b020e8c9 (diff) | |
download | linux-fsl-qoriq-29ca9c73e54131c9ad90c5381f368d9b09b5aca4.tar.xz |
ASoC: samsung: fix return value check in i2s_alloc_dai()
In case of error, the function platform_device_alloc() 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 <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/omap/Kconfig')
0 files changed, 0 insertions, 0 deletions