From: Krishna Kurapati Date: Sun, 16 Nov 2025 12:30:33 +0000 (+0530) Subject: usb: dwc3: core: Remove redundant comment in core init X-Git-Tag: v6.19-rc1~63^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d935ce213bd9d3760947e0743f30bfa63c8404f;p=thirdparty%2Fkernel%2Fstable.git 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 Acked-by: Thinh Nguyen Link: https://patch.msgid.link/20251116123033.131004-1-krishna.kurapati@oss.qualcomm.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/dwc3/core.c b/drivers/usb/dwc3/core.c index d7f340f22595..5ea8bf056d37 100644 --- a/drivers/usb/dwc3/core.c +++ b/drivers/usb/dwc3/core.c @@ -1483,10 +1483,6 @@ int dwc3_core_init(struct dwc3 *dwc) dwc3_config_threshold(dwc); - /* - * Modify this for all supported Super Speed ports when - * multiport support is added. - */ if (hw_mode != DWC3_GHWPARAMS0_MODE_GADGET && (DWC3_IP_IS(DWC31)) && dwc->maximum_speed == USB_SPEED_SUPER) {