Commit f2e0ea861117bda073d1d7ffbd3120c07c0d5d34

Authored by Russell King
Committed by Greg Kroah-Hartman
1 parent ca8bb4aefb

Change email address for 8250_pci

I'm still receiving reports to my email address, so let's point this
at the linux-serial mailing list instead.

Cc: <stable@vger.kernel.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/tty/serial/8250/8250_pci.c
... ... @@ -69,7 +69,7 @@
69 69 "Please send the output of lspci -vv, this\n"
70 70 "message (0x%04x,0x%04x,0x%04x,0x%04x), the\n"
71 71 "manufacturer and name of serial board or\n"
72   - "modem board to rmk+serial@arm.linux.org.uk.\n",
  72 + "modem board to <linux-serial@vger.kernel.org>.\n",
73 73 pci_name(dev), str, dev->vendor, dev->device,
74 74 dev->subsystem_vendor, dev->subsystem_device);
75 75 }