]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitae764b9453df9f216310ce799f8696b0de48e6e5
tree9f053a723f06937ea8542e8b98d8409e3d590fa0
parent3c0e0f8d1683d3db861a96d98cda225ac2d7751b
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