On 10/23/2016, 01:38 PM, Wei Yongjun wrote: > From: Wei Yongjun <weiyongjun1@xxxxxxxxxx> > > Make sure dmi_system_id tables are NULL terminated. > > Signed-off-by: Wei Yongjun <weiyongjun1@xxxxxxxxxx> Acked-by: Jiri Slaby <jslaby@xxxxxxx> Do you use some tool to find this or is this only some grep magic? > --- > drivers/tty/serial/pch_uart.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/tty/serial/pch_uart.c b/drivers/tty/serial/pch_uart.c > index d391650..7d6c09c 100644 > --- a/drivers/tty/serial/pch_uart.c > +++ b/drivers/tty/serial/pch_uart.c > @@ -419,6 +419,7 @@ static struct dmi_system_id pch_uart_dmi_table[] = { > }, > (void *)MINNOW_UARTCLK, > }, > + { } > }; > > /* Return UART clock, checking for board specific clocks. */ > > -- 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