From: Wei Yongjun Date: Tue, 7 Jan 2014 13:38:32 +0000 (+0800) Subject: mtd: nuc900_nand: remove redundant return value check of platform_get_resource() X-Git-Tag: v3.14-rc1~65^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=973b88fbfa265788f01e65c8667604bf582d5961;p=pandora-kernel.git mtd: nuc900_nand: remove redundant return value check of platform_get_resource() Remove unneeded error handling on the result of a call to platform_get_resource() when the value is passed to devm_ioremap_resource(). Signed-off-by: Wei Yongjun Reviewed-by: Jingoo Han Signed-off-by: Brian Norris --- Reading git-diff-tree failed