usb: phy: don't check resource with devm_ioremap_resource
authorWolfram Sang <wsa@the-dreams.de>
Fri, 10 May 2013 08:17:16 +0000 (10:17 +0200)
committerFelipe Balbi <balbi@ti.com>
Wed, 15 May 2013 14:32:17 +0000 (17:32 +0300)
commit9d6ab420a9cb475fb99874f06d00df9c8259c973
tree9f053a723f06937ea8542e8b98d8409e3d590fa0
parent2cde3935cf0e51ce5fd07609f1b770664db2d96b
usb: phy: 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.

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/phy/phy-mv-u3d-usb.c
drivers/usb/phy/phy-mxs-usb.c
drivers/usb/phy/phy-samsung-usb2.c
drivers/usb/phy/phy-samsung-usb3.c
This page took 0.025975 seconds and 5 git commands to generate.