From: Paul Zimmerman Date: Sat, 25 Feb 2012 01:32:14 +0000 (-0800) Subject: usb: dwc3: pci: fix failure path in dwc3_pci_probe() X-Git-Tag: v3.4-rc1~184^2~22^2~35^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d26b58735f5badf2b7ce3320c6ba21b603c77a9;p=pandora-kernel.git 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 Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed