On Fri, Oct 20, 2023 at 05:03:07PM +0100, Cameron Williams wrote: > Fix the PCI comment for the IS-200 card. The PCI ID for the IS-200 > is 0x0d80, and the definition used (PCI_DEVICE_ID_INTASHIELD_IS200) > is indeed 0x0d80, clarify that by fixing the comment as its > neighbouring cards are all at 0x0020 offsets. > > Fixes: 737c17561fb2 ("[SERIAL] Support for Intashield 2 port PCI serial card") > Cc: stable@xxxxxxxxxxxxxxx > Signed-off-by: Cameron Williams <cang1@xxxxxxxxxx> > --- > I argue for fixing this rather than removing due to this patch series (and > the code already in the kernel) referring to the rest of the cards in > the manufacturer's product line by hex ID, makes sense to me to > have the hex IDs all displayed correctly one way or another in the > one driver as the IS-200 and 400 are the only cards to use a definition instead. I'll take this, but it is obviously not for stable kernels to take, as it has no code functional changes. thanks, greg k-h