]> www.infradead.org Git - users/jedix/linux-maple.git/commit
usb: xhci: remove irrelevant comment
authorNiklas Neronin <niklas.neronin@linux.intel.com>
Wed, 6 Nov 2024 10:14:56 +0000 (12:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 Nov 2024 12:26:16 +0000 (13:26 +0100)
commit804ef58a9e4ac65cb8168db7abde7a96b0da9e27
treeb6073366bff58c05fc858f7be3e779c665c177c7
parentee8ebec3c8d3a98f5fc0c4ab7793f06ab86eb6df
usb: xhci: remove irrelevant comment

The code which it is referencing does not exist in the same function,
or the file for that matter. Since it was added [1], the Interrupter
Moderation Interval can be changed within xhci addon, e.g. PCI
xhci_pci_setup().

[1], commit 0ebbab374223 ("USB: xhci: Ring allocation and initialization.")

Signed-off-by: Niklas Neronin <niklas.neronin@linux.intel.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Link: https://lore.kernel.org/r/20241106101459.775897-31-mathias.nyman@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-mem.c