]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitabe7ebc8fec7265340279f23d0ae78ce741a9b7f
treef9be8eecfab1b7e3b39bcc5e38c7ff2c234e66f8
parent0109c645b5820927958c1d519c41836022923071
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