From: Jingoo Han Date: Sun, 9 Mar 2014 23:34:10 +0000 (+0900) Subject: i2c: mxs: Use devm_ioremap_resource() X-Git-Tag: v3.15-rc1~41^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0977f27338777fab04e20f769b869bc7726ab0ac;p=pandora-kernel.git i2c: mxs: 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 Acked-by: Shawn Guo Acked-by: Marek Vasut Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed