drivers/usb/host: don't check resource with devm_ioremap_resource
authorWolfram Sang <wsa@the-dreams.de>
Thu, 16 May 2013 11:15:51 +0000 (13:15 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 May 2013 00:46:05 +0000 (17:46 -0700)
commit3b7180f9b2b6e067c7c58e8804982a4927bc0125
treec977acfbeb7c72076a17790165cf731a374f33cb
parent0e357899e710491f14fdc9adac9e8ed75d4e4479
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 <wsa@the-dreams.de>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-nxp.c