From: Jingoo Han Date: Wed, 12 Feb 2014 05:31:49 +0000 (+0900) Subject: mfd: ti_am335x_tscadc: Use devm_ioremap_resource() X-Git-Tag: v3.15-rc1~64^2~68 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=924ff918ad8c7e5665b05d9c7b258623c88d65c5;p=pandora-kernel.git mfd: ti_am335x_tscadc: 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: Lee Jones --- Reading git-diff-tree failed