ASoC: fsl: fsl_spdif: No need to check the return value of platform_get_resource()
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 4 Nov 2013 11:51:20 +0000 (09:51 -0200)
committerMark Brown <broonie@linaro.org>
Mon, 4 Nov 2013 16:59:40 +0000 (08:59 -0800)
When using devm_ioremap_resource(), we do not need to check the return value of
platform_get_resource(), so just remove it.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found