From: Jingoo Han Date: Wed, 26 Feb 2014 01:35:09 +0000 (+0900) Subject: spi: txx9: Use devm_ioremap_resource() X-Git-Tag: v3.15-rc1~147^2~1^7~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bdadd8d94a203c0bf02c0f128148e8be3e7f66a;p=pandora-kernel.git spi: txx9: Use devm_ioremap_resource() Use devm_ioremap_resource() in order to make the code simpler, and remove redundant return value check of platform_get_resource() because the value is checked by devm_ioremap_resource(). Signed-off-by: Jingoo Han Reviewed-by: Atsushi Nemoto Signed-off-by: Mark Brown --- Reading git-diff-tree failed