linux-stable/sound/soc/sh/rcar
Wei Yongjun 70263cb474 ASoC: rcar: fix return value check in rsnd_gen1_probe()
In case of error, the function devm_ioremap_resource() returns ERR_PTR()
and never returns NULL. The NULL test in the return value check should be
replaced with IS_ERR(), and also remove the dev_err call to avoid redundant
error message.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
2013-07-31 15:00:01 +01:00
..
adg.c ASoC: add Renesas R-Car ADG feature 2013-07-28 19:34:09 +01:00
core.c ASoC: add Renesas R-Car SSI feature 2013-07-28 19:34:09 +01:00
gen.c ASoC: rcar: fix return value check in rsnd_gen1_probe() 2013-07-31 15:00:01 +01:00
Makefile ASoC: add Renesas R-Car SSI feature 2013-07-28 19:34:09 +01:00
rsnd.h ASoC: add Renesas R-Car SSI feature 2013-07-28 19:34:09 +01:00
scu.c ASoC: add Renesas R-Car SCU feature 2013-07-28 19:34:09 +01:00
ssi.c ASoC: add Renesas R-Car SSI feature 2013-07-28 19:34:09 +01:00