diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2016-06-13 14:39:57 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-06-13 16:37:19 +0100 |
commit | 7d267ddfd560da3232f4deed3427839dd0126a4a (patch) | |
tree | a8a08bcae096b82d1c3b5b4dce48a8e7bf65930e /net/sctp | |
parent | 05c1b4480e86a871b18030d6f3d532dc0ecdf38c (diff) | |
download | linux-7d267ddfd560da3232f4deed3427839dd0126a4a.tar.gz linux-7d267ddfd560da3232f4deed3427839dd0126a4a.tar.bz2 linux-7d267ddfd560da3232f4deed3427839dd0126a4a.zip |
ASoC: sti: fix return value check in uni_player_parse_dt_audio_glue()
In case of error, the function syscon_regmap_lookup_by_phandle() 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>
Diffstat (limited to 'net/sctp')
0 files changed, 0 insertions, 0 deletions