From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 01293C433DB for ; Mon, 28 Dec 2020 01:24:22 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 38D3B20857 for ; Mon, 28 Dec 2020 01:24:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 38D3B20857 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 8F3DE17E5; Mon, 28 Dec 2020 02:23:29 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 8F3DE17E5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1609118659; bh=l6468ykGjVqpPRRUl52Cs7aMJSadeuA2rrCQiffxDz4=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=JXIUkqrUHvW35oTV0y1EszeQ/OmrPRuj9uO+i/Pver+kNNoa1hAITjoRt9ehfekcy MDjaTvUdZyR0+b9cIsUBXPtb6L4sKRbmPjHK5PkbttCre7/JwFNY/+iJSgPMxuH88t ecC5kOYM15Hbv6nK/P2YwzZv2vGFERSm6LE6zCqU= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id AD3ACF804C1; Mon, 28 Dec 2020 02:22:32 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id B622BF80169; Mon, 28 Dec 2020 02:22:26 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 852F6F8020C for ; Mon, 28 Dec 2020 02:22:17 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 852F6F8020C IronPort-SDR: m7x7CnDQTzDrwTfNmqKUQFxxVMIHGYZyhhZaMoY+zsMcCm8kopnyyihd3R7XF6oDrKc/5VueUB HRzShuhjoLWQ== X-IronPort-AV: E=McAfee;i="6000,8403,9847"; a="156122762" X-IronPort-AV: E=Sophos;i="5.78,453,1599548400"; d="scan'208";a="156122762" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Dec 2020 17:22:13 -0800 IronPort-SDR: q77oZj89JBik9WKpkdovqAW7kEiaGab50MXhxStTwj03iY7y0sRFuX6qlHn5Ls5qe1Bru7X1Ob PD4FQ3Vqfxaw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.78,453,1599548400"; d="scan'208";a="343567506" Received: from lkp-server02.sh.intel.com (HELO 4242b19f17ef) ([10.239.97.151]) by orsmga003.jf.intel.com with ESMTP; 27 Dec 2020 17:22:10 -0800 Received: from kbuild by 4242b19f17ef with local (Exim 4.92) (envelope-from ) id 1kthEf-0002hJ-Mi; Mon, 28 Dec 2020 01:22:09 +0000 Date: Mon, 28 Dec 2020 09:21:55 +0800 From: kernel test robot To: Hans de Goede , Lee Jones , MyungJoo Ham , Chanwoo Choi , Cezary Rojewski , Pierre-Louis Bossart , Liam Girdwood , Jie Yang , Mark Brown Subject: [RFC PATCH] mfd: arizona: ldoena_gpios can be static Message-ID: <20201228012155.GA67393@efb0ae19e095> References: <20201227211232.117801-4-hdegoede@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201227211232.117801-4-hdegoede@redhat.com> X-Patchwork-Hint: ignore User-Agent: Mutt/1.10.1 (2018-07-13) Cc: Hans de Goede , alsa-devel@alsa-project.org, kbuild-all@lists.01.org X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" Reported-by: kernel test robot Signed-off-by: kernel test robot --- arizona-spi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/arizona-spi.c b/drivers/mfd/arizona-spi.c index bcdbd72fefb5ae..7453c8fdd3f6d1 100644 --- a/drivers/mfd/arizona-spi.c +++ b/drivers/mfd/arizona-spi.c @@ -26,7 +26,7 @@ #ifdef CONFIG_ACPI const struct acpi_gpio_params reset_gpios = { 1, 0, false }; -const struct acpi_gpio_params ldoena_gpios = { 2, 0, false }; +static const struct acpi_gpio_params ldoena_gpios = { 2, 0, false }; static const struct acpi_gpio_mapping arizona_acpi_gpios[] = { { "reset-gpios", &reset_gpios, 1, }, From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============1244574700875349533==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [RFC PATCH] mfd: arizona: ldoena_gpios can be static Date: Mon, 28 Dec 2020 09:21:55 +0800 Message-ID: <20201228012155.GA67393@efb0ae19e095> In-Reply-To: <20201227211232.117801-4-hdegoede@redhat.com> List-Id: --===============1244574700875349533== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Reported-by: kernel test robot Signed-off-by: kernel test robot --- arizona-spi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/arizona-spi.c b/drivers/mfd/arizona-spi.c index bcdbd72fefb5ae..7453c8fdd3f6d1 100644 --- a/drivers/mfd/arizona-spi.c +++ b/drivers/mfd/arizona-spi.c @@ -26,7 +26,7 @@ = #ifdef CONFIG_ACPI const struct acpi_gpio_params reset_gpios =3D { 1, 0, false }; -const struct acpi_gpio_params ldoena_gpios =3D { 2, 0, false }; +static const struct acpi_gpio_params ldoena_gpios =3D { 2, 0, false }; = static const struct acpi_gpio_mapping arizona_acpi_gpios[] =3D { { "reset-gpios", &reset_gpios, 1, }, --===============1244574700875349533==--