commit | c6a43f20ff3e1e7fdfba7e12d17ba1898e5421bf | [log] [tgz] |
---|---|---|
author | Brian Norris <briannorris@chromium.org> | Wed Jan 17 13:22:49 2018 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri May 25 16:13:00 2018 +0200 |
tree | 046cb694e7f2067b6e47f97cdaa94c5f06fb743a | |
parent | d9a19ff1fa9a627f4cae3e7608532ac807f66963 [diff] |
usb: dwc3: Undo PHY init if soft reset fails [ Upstream commit 00b42170c86f90ac9dea83a7dfcd3f0c38098fe2 ] In this function, we init the USB2 and USB3 PHYs, but if soft reset times out, we don't unwind this. Noticed by inspection. Signed-off-by: Brian Norris <briannorris@chromium.org> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com> Signed-off-by: Sasha Levin <alexander.levin@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>