From: Wolfram Sang Date: Fri, 10 May 2013 08:16:54 +0000 (+0200) Subject: drivers/i2c/busses: don't check resource with devm_ioremap_resource X-Git-Tag: v3.11-rc1~87^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cc2d009bc210516c61536273b304c4f6ccd797c;p=pandora-kernel.git drivers/i2c/busses: don't check resource with devm_ioremap_resource devm_ioremap_resource does sanity checks on the given resource. No need to duplicate this in the driver. Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed