mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 15:50:57 +07:00
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>
This commit is contained in:
parent
ca8bb4aefb
commit
f2e0ea8611
@ -69,7 +69,7 @@ static void moan_device(const char *str, struct pci_dev *dev)
|
|||||||
"Please send the output of lspci -vv, this\n"
|
"Please send the output of lspci -vv, this\n"
|
||||||
"message (0x%04x,0x%04x,0x%04x,0x%04x), the\n"
|
"message (0x%04x,0x%04x,0x%04x,0x%04x), the\n"
|
||||||
"manufacturer and name of serial board or\n"
|
"manufacturer and name of serial board or\n"
|
||||||
"modem board to rmk+serial@arm.linux.org.uk.\n",
|
"modem board to <linux-serial@vger.kernel.org>.\n",
|
||||||
pci_name(dev), str, dev->vendor, dev->device,
|
pci_name(dev), str, dev->vendor, dev->device,
|
||||||
dev->subsystem_vendor, dev->subsystem_device);
|
dev->subsystem_vendor, dev->subsystem_device);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user