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)
commit9c1fc209138a7c1ee439c7b05fde484441c84e7e
treef9be8eecfab1b7e3b39bcc5e38c7ff2c234e66f8
parent3d8f7318f929f3b84571ffac2ef7bf8bddfb6d41
ASoC: fsl: fsl_spdif: No need to check the return value of platform_get_resource()

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>
sound/soc/fsl/fsl_spdif.c