Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
drivers/usb: dwc3: remove non-existent goto condition
Browse files Browse the repository at this point in the history
This was a mismerge introduced with cdcf30a

Change-Id: I27fe34e3cc72549a942b982a965a7a76d61adb8d
Signed-off-by: Vaisakh Murali <[email protected]>
  • Loading branch information
mvaisakh committed May 19, 2023
1 parent 725687c commit 252516e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/dwc3/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1807,7 +1807,7 @@ static int dwc3_probe(struct platform_device *pdev)
pm_runtime_disable(dev);
pm_runtime_set_suspended(dev);
pm_runtime_put_noidle(dev);
disable_clks:

clk_bulk_disable_unprepare(dwc->num_clks, dwc->clks);
assert_reset:
reset_control_assert(dwc->reset);
Expand Down

0 comments on commit 252516e

Please sign in to comment.