]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
usb: dwc3: core: Remove redundant comment in core init
authorKrishna Kurapati <krishna.kurapati@oss.qualcomm.com>
Sun, 16 Nov 2025 12:30:33 +0000 (18:00 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Nov 2025 11:58:59 +0000 (12:58 +0100)
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>
drivers/usb/dwc3/core.c

index d7f340f22595adba67ecaaf27259c84b43ef5c0e..5ea8bf056d375f3846b4dddd92d2f628cec8148a 100644 (file)
@@ -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) {