From: Fabio Estevam Date: Mon, 4 Nov 2013 11:51:20 +0000 (-0200) Subject: ASoC: fsl: fsl_spdif: No need to check the return value of platform_get_resource() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~14^2^2~31^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c1fc209138a7c1ee439c7b05fde484441c84e7e;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed