usb: dwc3: omap: fix dev_dbg() calls
authorFelipe Balbi <balbi@ti.com>
Thu, 1 Sep 2011 11:46:16 +0000 (14:46 +0300)
committerFelipe Balbi <balbi@ti.com>
Fri, 9 Sep 2011 10:02:23 +0000 (13:02 +0300)
commitccba3bca5ee34acec56dd3213d1fd8c8a6e541bc
tree4518123f39bb41067102db72b69584a88e2f477c
parent1ddcb218b5920fb20c2b3f029f0189568c2dc6e2
usb: dwc3: omap: fix dev_dbg() calls

dev_dbg() macro expects a device pointer as
argument, not a memory base address.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/dwc3-omap.c