On 10/23/2016, 01:42 PM, Wei Yongjun wrote: > From: Wei Yongjun <weiyongjun1@xxxxxxxxxx> > > Make sure pci_device_id tables are NULL terminated. > Signed-off-by: Wei Yongjun <weiyongjun1@xxxxxxxxxx> > --- > drivers/tty/serial/8250/8250_pci.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/tty/serial/8250/8250_pci.c b/drivers/tty/serial/8250/8250_pci.c > index b98c157..9596d5c 100644 > --- a/drivers/tty/serial/8250/8250_pci.c > +++ b/drivers/tty/serial/8250/8250_pci.c > @@ -3699,6 +3699,7 @@ static const struct pci_device_id blacklist[] = { > { PCI_VDEVICE(INTEL, 0x228c), }, > { PCI_VDEVICE(INTEL, 0x9ce3), }, > { PCI_VDEVICE(INTEL, 0x9ce4), }, > + { }, We use ARRAY_SIZE here, so this is incorrect. -- js suse labs -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html