commit | 3e434a86cb21fba95d86b8d756997c235eade037 | [log] [tgz] |
---|---|---|
author | Jarkko Nikula <jhnikula@gmail.com> | Fri Jan 07 11:19:52 2011 +0200 |
committer | Felipe Balbi <balbi@ti.com> | Tue Feb 01 11:06:09 2011 +0200 |
tree | 44d7e6e3c20835433c964ce5baafa3a64ef31628 | |
parent | 5f5761cb8e77f2f2321b7847eef9629e6896cd47 [diff] |
usb: ehci-omap: Show fatal probing time errors to end user 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>