]> git.karo-electronics.de Git - linux-beck.git/commit
drivers/usb/phy: don't check resource with devm_ioremap_resource
authorWolfram Sang <wsa@the-dreams.de>
Sun, 12 May 2013 13:19:53 +0000 (15:19 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Sat, 18 May 2013 09:58:00 +0000 (11:58 +0200)
commit9c5fdd38276973c8c65394220e5e740be561cf92
tree2b4e186aa912e1a637831ebac747743c8d980567
parentbb522812a1a620aa044448fcc8ea9baf0559be46
drivers/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.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
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