Skip to content

Commit 6d935ce

Browse files
Kriskura176767gregkh
authored andcommitted
usb: dwc3: core: Remove redundant comment in core init
Remove redundant comment which was put in to address LLUCTL register modifications for all applicable ports of multiport controller. Although the support was added, the todo comment wasn't removed then. Signed-off-by: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com> Acked-by: Thinh Nguyen <Thinh.Nguyen@synopsys.com> Link: https://patch.msgid.link/20251116123033.131004-1-krishna.kurapati@oss.qualcomm.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent c69ff68 commit 6d935ce

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

drivers/usb/dwc3/core.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1483,10 +1483,6 @@ int dwc3_core_init(struct dwc3 *dwc)
14831483

14841484
dwc3_config_threshold(dwc);
14851485

1486-
/*
1487-
* Modify this for all supported Super Speed ports when
1488-
* multiport support is added.
1489-
*/
14901486
if (hw_mode != DWC3_GHWPARAMS0_MODE_GADGET &&
14911487
(DWC3_IP_IS(DWC31)) &&
14921488
dwc->maximum_speed == USB_SPEED_SUPER) {

0 commit comments

Comments
 (0)