Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp214402imm; Thu, 26 Jul 2018 02:07:59 -0700 (PDT) X-Google-Smtp-Source: AAOMgpdZBPj3MELhCfdOiGw8oKNvIBecmoRxEJYPbWMWJDuZLYcfUqRloq6arcZ2m0OwI/iI1xXt X-Received: by 2002:a17:902:123:: with SMTP id 32-v6mr1122844plb.181.1532596079016; Thu, 26 Jul 2018 02:07:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532596078; cv=none; d=google.com; s=arc-20160816; b=peA7LGb/LY5251KTDRx/2otsv8cu+eW+lDB0Jo8PATCa5yIup29IgL4evHUs9XIk5e a5LoLPaLIUrqMenu0s9WNPleb20XCEGIYmfaSV0yektK0lw53zs3KyREVlxfE6NlIOzY ahCsJ6HO/cIlZCD/dP+YRLeQFDBGRT6ZW55sdcL8eGQU/HBOgXbXLUNC5aLTT8h0VT32 p80iIqxK+tIaf6EpCHDSs6Vt9yIqeZtehl1JJQkvo7QM4lgfp+vQM0Vlk3H8Un/p0DcG wC1wkFk96JITyFMoK5DqBWFyIyZI2idQiUz1+0Mu2VrDfCTlG44mD/qxAO93BVCFkfUo ikYA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=cFq8/tfomWup3K2U7NzUn35VDdlEQkye3D1bUS4uEiI=; b=Hwf/eGx7U3GbjhA8BA92/m2FXsG1oWyPGyYtuhqQhwbW1P6AwQleTStyEf2JGOKmWC OWGOc4sa4cOwmQxSSGows94NFaa3+7m9D9X7Zye/XCX/zEiY+9+7POKQRMkRybAOyR5B K37oXWWPz0tpkPOTIXoAkc/eu/gKZHCHFMHjbMeVNGJzWc5aY4Y0ZPeH6j9mSQLZRp53 N4wD/cjfCZtYU1tiwXGEtQSCrCgxxHgcQVXEdYowKrYZMdYYWcr8QIuxNl0OF17NlaR5 0y5eKko6B2LIf2n4/OkvraHLU2k8AhOY4CSsC9D4QlMEZ+Mmxp0TmfDSqM1MN4SNrM3D syDw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f192-v6si868702pfc.282.2018.07.26.02.07.44; Thu, 26 Jul 2018 02:07:58 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729056AbeGZKWs (ORCPT + 99 others); Thu, 26 Jul 2018 06:22:48 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:57940 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728547AbeGZKWs (ORCPT ); Thu, 26 Jul 2018 06:22:48 -0400 Received: from 79.184.255.17.ipv4.supernova.orange.pl (79.184.255.17) (HELO aspire.rjw.lan) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83) id 271949da67c24b93; Thu, 26 Jul 2018 11:06:53 +0200 From: "Rafael J. Wysocki" To: Viresh Kumar , YueHaibing Cc: ilia.lin@gmail.com, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Subject: Re: [PATCH] cpufreq: qcom-kryo: add NULL entry to the end of_device_id array Date: Thu, 26 Jul 2018 11:05:05 +0200 Message-ID: <4102618.ESNx517Qjd@aspire.rjw.lan> In-Reply-To: <20180724034335.v76tfqk2imlyf2eg@vireshk-i7> References: <20180723123429.20040-1-yuehaibing@huawei.com> <20180724034335.v76tfqk2imlyf2eg@vireshk-i7> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday, July 24, 2018 5:43:35 AM CEST Viresh Kumar wrote: > On 23-07-18, 20:34, YueHaibing wrote: > > Make sure of_device_id tables are NULL terminated > > Found by coccinelle spatch "misc/of_table.cocci" > > > > Signed-off-by: YueHaibing > > --- > > drivers/cpufreq/qcom-cpufreq-kryo.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/drivers/cpufreq/qcom-cpufreq-kryo.c b/drivers/cpufreq/qcom-cpufreq-kryo.c > > index 29389ac..efc9a7a 100644 > > --- a/drivers/cpufreq/qcom-cpufreq-kryo.c > > +++ b/drivers/cpufreq/qcom-cpufreq-kryo.c > > @@ -183,6 +183,7 @@ static struct platform_driver qcom_cpufreq_kryo_driver = { > > static const struct of_device_id qcom_cpufreq_kryo_match_list[] __initconst = { > > { .compatible = "qcom,apq8096", }, > > { .compatible = "qcom,msm8996", }, > > + {} > > }; > > > > /* > > Acked-by: Viresh Kumar > > Patch applied, thanks!