From: Wei Yongjun Date: Mon, 13 Jun 2016 14:39:57 +0000 (+0000) Subject: ASoC: sti: fix return value check in uni_player_parse_dt_audio_glue() X-Git-Tag: v4.8-rc1~84^2~1^2~2^4 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=7d267ddfd560da3232f4deed3427839dd0126a4a;hp=7d267ddfd560da3232f4deed3427839dd0126a4a;p=linux.git 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 Signed-off-by: Mark Brown ---