From 0fdefe2c907610f3efb3163c8b72127007e282aa Mon Sep 17 00:00:00 2001 From: Jingoo Han Date: Wed, 12 Feb 2014 13:24:57 +0900 Subject: [PATCH] crypto: s5p-sss - 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-format-patch failed