usb: ehci-omap: Show fatal probing time errors to end user
authorJarkko Nikula <jhnikula@gmail.com>
Fri, 7 Jan 2011 09:19:52 +0000 (11:19 +0200)
committerFelipe Balbi <balbi@ti.com>
Tue, 1 Feb 2011 09:06:09 +0000 (11:06 +0200)
There are a few error paths in ehci_hcd_omap_probe that can be triggered
because of memory allocation or hw failure. Change those dev_dbg error
prints to dev_err with an error code printed so that the end users are able
to notice the issue.

Signed-off-by: Jarkko Nikula <jhnikula@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found