drivers/staging/dwc2: don't check resource with devm_ioremap_resource
authorWolfram Sang <wsa@the-dreams.de>
Thu, 16 May 2013 11:15:46 +0000 (13:15 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 May 2013 22:27:25 +0000 (15:27 -0700)
commit93961cda85a182817471d4fa8f61d1bced425a13
tree3b57f65e5121d296e7bab3ec82c1b4f2e0a1add5
parent1b6cb29630ea1a10205d67901b94d4bfa2408f4c
drivers/staging/dwc2: 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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dwc2/platform.c