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)
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>

No differences found