From: Jingoo Han Date: Wed, 12 Feb 2014 04:28:59 +0000 (+0900) Subject: crypto: picoxcell - Use devm_ioremap_resource() X-Git-Tag: v3.15-rc1~111^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32af1e180f53fd6c60355b24a5fa9bc45dfa6fcc;p=pandora-kernel.git crypto: picoxcell - 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 Signed-off-by: Herbert Xu --- Reading git-diff-tree failed