From: Jingoo Han Date: Tue, 14 Jan 2014 00:19:30 +0000 (+0900) Subject: i2c: pnx: Use devm_*() functions X-Git-Tag: v3.14-rc1~146^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1ccc125f348ff31dd7954ae718e73ba1c884da9;p=pandora-kernel.git i2c: pnx: Use devm_*() functions Use devm_*() functions to make cleanup paths 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: Wolfram Sang --- Reading git-diff-tree failed