From 7995204e3c89820c4621af90b0e5f9ca0b375471 Mon Sep 17 00:00:00 2001 From: Jingoo Han Date: Wed, 12 Feb 2014 11:29:42 +0900 Subject: [PATCH] mtd: denali_dt: 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_byname() because the value is checked by devm_ioremap_resource(). Signed-off-by: Jingoo Han Tested-by: Dinh Nguyen Signed-off-by: Brian Norris --- Reading git-format-patch failed