From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:47572 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752240AbdFLMsb (ORCPT ); Mon, 12 Jun 2017 08:48:31 -0400 Subject: Patch "pinctrl: cherryview: Add terminate entry for dmi_system_id tables" has been added to the 4.11-stable tree To: weiyongjun1@huawei.com, gregkh@linuxfoundation.org, jdelvare@suse.de, linus.walleij@linaro.org, mika.westerberg@linux.intel.com Cc: , From: Date: Mon, 12 Jun 2017 14:48:22 +0200 Message-ID: <1497271702204200@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: This is a note to let you know that I've just added the patch titled pinctrl: cherryview: Add terminate entry for dmi_system_id tables to the 4.11-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: pinctrl-cherryview-add-terminate-entry-for-dmi_system_id-tables.patch and it can be found in the queue-4.11 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let know about it. >>From a9de080bbcd5c4e213a3d7bbb1e314d60980e943 Mon Sep 17 00:00:00 2001 From: Wei Yongjun Date: Tue, 25 Apr 2017 06:22:05 +0000 Subject: pinctrl: cherryview: Add terminate entry for dmi_system_id tables From: Wei Yongjun commit a9de080bbcd5c4e213a3d7bbb1e314d60980e943 upstream. Make sure dmi_system_id tables are NULL terminated. Fixes: 703650278372 ("pinctrl: cherryview: Add a quirk to make Acer Chromebook keyboard work again") Signed-off-by: Wei Yongjun Acked-by: Mika Westerberg Signed-off-by: Linus Walleij Cc: Jean Delvare Signed-off-by: Greg Kroah-Hartman --- drivers/pinctrl/intel/pinctrl-cherryview.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/drivers/pinctrl/intel/pinctrl-cherryview.c +++ b/drivers/pinctrl/intel/pinctrl-cherryview.c @@ -1542,7 +1542,8 @@ static const struct dmi_system_id chv_no DMI_MATCH(DMI_PRODUCT_NAME, "Edgar"), DMI_MATCH(DMI_BIOS_DATE, "05/21/2016"), }, - } + }, + {} }; static int chv_gpio_probe(struct chv_pinctrl *pctrl, int irq) Patches currently in stable-queue which might be from weiyongjun1@huawei.com are queue-4.11/pinctrl-cherryview-add-terminate-entry-for-dmi_system_id-tables.patch