Skip to content

Commit e64caf9

Browse files
Jiri Slaby (SUSE)gregkh
authored andcommitted
mxser: remove stale comment
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>
1 parent 5879adb commit e64caf9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/tty/mxser.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,6 @@ static const struct {
208208
};
209209
#define UART_INFO_NUM ARRAY_SIZE(Gpci_uart_info)
210210

211-
212-
/* driver_data correspond to the lines in the structure above
213-
see also ISA probe function before you change something */
214211
static const struct pci_device_id mxser_pcibrds[] = {
215212
{ PCI_DEVICE_DATA(MOXA, C168, 8) },
216213
{ PCI_DEVICE_DATA(MOXA, C104, 4) },

0 commit comments

Comments
 (0)