mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
serial: pch_uart: add terminate entry for dmi_system_id tables
Make sure dmi_system_id tables are NULL terminated. Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Acked-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
78c22449f2
commit
beadba5e19
1 changed files with 1 additions and 0 deletions
|
@ -419,6 +419,7 @@ static struct dmi_system_id pch_uart_dmi_table[] = {
|
|||
},
|
||||
(void *)MINNOW_UARTCLK,
|
||||
},
|
||||
{ }
|
||||
};
|
||||
|
||||
/* Return UART clock, checking for board specific clocks. */
|
||||
|
|
Loading…
Add table
Reference in a new issue