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