commit | 973b88fbfa265788f01e65c8667604bf582d5961 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Tue Jan 07 21:38:32 2014 +0800 |
committer | Brian Norris <computersforpeace@gmail.com> | Mon Jan 20 11:38:13 2014 -0800 |
tree | b2a2a19429eeee3506367098d2bf78d951bc7e43 | |
parent | 840f53c31224d687a7c4a24ea118fa3c737407b0 [diff] |
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 <yongjun_wei@trendmicro.com.cn> Reviewed-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>