commit | fe70dce97c1d8b4e5b2ea1d2396f3b78d29285bf | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Wed Mar 28 13:41:13 2018 +0000 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon May 21 10:36:14 2018 +0300 |
tree | 6b54612213600fd303f3a9cfde726d8ba13a04b7 | |
parent | 5295322a069af309b8fd62dc923e5b407aa83688 [diff] |
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>