OSDN Git Service

usb: dwc3: omap: don't check resource with devm_ioremap_resource
authorWolfram Sang <wsa@the-dreams.de>
Tue, 14 Jan 2014 11:58:56 +0000 (12:58 +0100)
committerFelipe Balbi <balbi@ti.com>
Tue, 18 Feb 2014 16:52:54 +0000 (10:52 -0600)
commit30bbae9fad15ee25686e62f97d734624b86d3405
treebd569604f9cc7301d14d7645c699f0b8a2148b93
parentc9f721b2f3168a0a3b1cc29e92ad1f6f3d62e376
usb: dwc3: omap: 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: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/dwc3-omap.c