From: Felipe Balbi Date: Mon, 12 Mar 2012 14:41:19 +0000 (+0200) Subject: usb: dwc3: pci: fix another failure path in dwc3_pci_probe() X-Git-Tag: v3.4-rc1~184^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28f1a0d946774edc77c33ab62a564aa34828472d;p=pandora-kernel.git usb: dwc3: pci: fix another failure path in dwc3_pci_probe() When applying commit 7d26b58 (fix failure path in dwc3_pci_probe()), I mistakenly left out one of the possible failures where we would return success even on the error case. This patch fixes that mistake. Signed-off-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed