]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
mxser: remove stale comment
authorJiri Slaby (SUSE) <jirislaby@kernel.org>
Thu, 8 Aug 2024 10:35:38 +0000 (12:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Aug 2024 06:25:21 +0000 (08:25 +0200)
The comment mentions ISA removed long time ago. It also comments on
.driver_data pointing to above structures. That is not true either.
Remove that.

Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Jeremy Kerr <jk@codeconstruct.com.au>
Link: https://lore.kernel.org/r/20240808103549.429349-3-jirislaby@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/mxser.c

index 5b97e420a95f84e6faf452471d2a88118beed88f..9a9a67b5afa05674c6dddf45ca7f12390a0b8ce4 100644 (file)
@@ -208,9 +208,6 @@ static const struct {
 };
 #define UART_INFO_NUM  ARRAY_SIZE(Gpci_uart_info)
 
-
-/* driver_data correspond to the lines in the structure above
-   see also ISA probe function before you change something */
 static const struct pci_device_id mxser_pcibrds[] = {
        { PCI_DEVICE_DATA(MOXA, C168,           8) },
        { PCI_DEVICE_DATA(MOXA, C104,           4) },