Re: [alsa-devel] [PATCH -next] ASoC: samsung: i2s: Fix return value check in i2s_create_secondary_device()
18 Feb
2019
18 Feb
'19
9:16 a.m.
On Sat, 16 Feb 2019 at 02:07, Wei Yongjun weiyongjun1@huawei.com wrote:
In case of error, the function platform_device_register_simple() returns ERR_PTR() and never returns NULL. The NULL test in the return value check should be replaced with IS_ERR().
Fixes: 7196c64c7d0c ("ASoC: samsung: i2s: Restore support for the secondary PCM") Signed-off-by: Wei Yongjun weiyongjun1@huawei.com
sound/soc/samsung/i2s.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Krzysztof Kozlowski krzk@kernel.org
Best regards, Krzysztof
2135
Age (days ago)
2135
Last active (days ago)
0 comments
1 participants
participants (1)
-
Krzysztof Kozlowski