From: Wolfram Sang Date: Thu, 16 May 2013 11:15:39 +0000 (+0200) Subject: drivers/misc: don't check resource with devm_ioremap_resource X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~75^2~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9db5c9088f741a7e83310a6a459793c25079c636;p=pandora-kernel.git drivers/misc: 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed