]> git.baikalelectronics.ru Git - kernel.git/commit
usb: dwc3: pci: fix another failure path in dwc3_pci_probe()
authorFelipe Balbi <balbi@ti.com>
Mon, 12 Mar 2012 14:41:19 +0000 (16:41 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Mar 2012 21:24:08 +0000 (14:24 -0700)
commitfc7bff1c1469d54a3acca9b032f86d326b64c662
treee5086347b4e4966413d53310188f0034cddd7235
parentbf851a75fe059a824cbd44e0d02eba422c0da7bf
usb: dwc3: pci: fix another failure path in dwc3_pci_probe()

When applying commit b095f73 (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 <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc3/dwc3-pci.c