alistair23-linux/sound/soc/sti
Wei Yongjun 7d267ddfd5 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>
2016-06-13 16:37:19 +01:00
..
Kconfig ASoC: Add ability to build sti drivers 2015-07-16 21:38:24 +01:00
Makefile ASoC: Add ability to build sti drivers 2015-07-16 21:38:24 +01:00
sti_uniperif.c ASoC: sti: unip player tdm mode 2016-04-12 04:59:09 +01:00
uniperif.h ASoC: sti: select player for I2S/TDM TX bus 2016-04-18 11:04:55 +01:00
uniperif_player.c ASoC: sti: fix return value check in uni_player_parse_dt_audio_glue() 2016-06-13 16:37:19 +01:00
uniperif_reader.c ASoC: sti: unip reader tdm mode 2016-04-12 04:59:09 +01:00