usb: dwc2: pci: Fix error return code in dwc2_pci_probe()
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 28 Mar 2018 13:41:13 +0000 (13:41 +0000)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 21 May 2018 07:36:14 +0000 (10:36 +0300)
commitfe70dce97c1d8b4e5b2ea1d2396f3b78d29285bf
tree6b54612213600fd303f3a9cfde726d8ba13a04b7
parent5295322a069af309b8fd62dc923e5b407aa83688
usb: dwc2: pci: Fix error return code in dwc2_pci_probe()

Fix to return error code -ENOMEM from the alloc fail error handling
case instead of 0, as done elsewhere in this function.

Fixes: ecd29dabb2ba ("usb: dwc2: pci: Handle error cleanup in probe")
Reviewed-by: Grigor Tovmasyan <tovmasya@synopsys.com>
Acked-by: Minas Harutyunyan <hminas@synopsys.com>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc2/pci.c