MLK-21052-06 usb: dwc3: Fix build failure by restoring err0 label in dwc3_probe
authorLeonard Crestez <leonard.crestez@nxp.com>
Wed, 27 Feb 2019 20:13:05 +0000 (22:13 +0200)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
commitb35b6b005f13cf7b9a84cb200184012d95e719e0
tree4903326d03a0b9899fe6f4cc7c8d6a91e8a6ac71
parent2864868ebe6779d94510b5f9ae824dd16dbfbd36
MLK-21052-06 usb: dwc3: Fix build failure by restoring err0 label in dwc3_probe

This label was removed by upstream commit 44feb8e6ea2d ("usb: dwc3: use
local copy of resource to fix-up register offset") but we added a new
probe state which needs this error handling label again.

Fixes: fc0d4039c7bf ("MLK-18922-2 usb: dwc3: add OTG capabilities handling")

Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
drivers/usb/dwc3/core.c