commit | 7d26b58735f5badf2b7ce3320c6ba21b603c77a9 | [log] [tgz] |
---|---|---|
author | Paul Zimmerman <Paul.Zimmerman@synopsys.com> | Fri Feb 24 17:32:14 2012 -0800 |
committer | Felipe Balbi <balbi@ti.com> | Fri Mar 02 12:12:07 2012 +0200 |
tree | f19c51cb50c20c8111feed608d170478b7cec3f1 | |
parent | 3e87c42a29f14c7a346f912e084f6ab13ea8288b [diff] |
usb: dwc3: pci: fix failure path in dwc3_pci_probe() dwc3_pci_probe() would return success even if the calls to dwc3_get_device_id() or platform_device_alloc() fail, fix that. Signed-off-by: Paul Zimmerman <paulz@synopsys.com> Signed-off-by: Felipe Balbi <balbi@ti.com>