All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Lars Povlsen <lars.povlsen@microchip.com>,
	Arnd Bergmann <arnd@arndb.de>, Stephen Boyd <sboyd@kernel.org>,
	Linus Walleij <linus.walleij@linaro.org>
Cc: kbuild-all@lists.01.org,
	Lars Povlsen <lars.povlsen@microchip.com>,
	Steen Hegelund <Steen.Hegelund@microchip.com>,
	Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>,
	Olof Johansson <olof@lixom.net>,
	Michael Turquette <mturquette@baylibre.com>,
	devicetree@vger.kernel.org, linux-clk@vger.kernel.org
Subject: [RFC PATCH] pinctrl: ocelot: ocelot_pinconf_set() can be static
Date: Tue, 9 Jun 2020 21:07:31 +0800	[thread overview]
Message-ID: <20200609130730.GA6525@70ce5749704d> (raw)
In-Reply-To: <20200609080709.9654-5-lars.povlsen@microchip.com>


Signed-off-by: kernel test robot <lkp@intel.com>
---
 pinctrl-ocelot.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/pinctrl-ocelot.c b/drivers/pinctrl/pinctrl-ocelot.c
index c2f8e35616278f..c5f94402d963fb 100644
--- a/drivers/pinctrl/pinctrl-ocelot.c
+++ b/drivers/pinctrl/pinctrl-ocelot.c
@@ -782,7 +782,7 @@ static int ocelot_pinconf_get(struct pinctrl_dev *pctldev,
 	return 0;
 }
 
-noinline int ocelot_pinconf_set(struct pinctrl_dev *pctldev, unsigned int pin,
+static noinline int ocelot_pinconf_set(struct pinctrl_dev *pctldev, unsigned int pin,
 			      unsigned long *configs, unsigned int num_configs)
 {
 	struct ocelot_pinctrl *info = pinctrl_dev_get_drvdata(pctldev);

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [RFC PATCH] pinctrl: ocelot: ocelot_pinconf_set() can be static
Date: Tue, 09 Jun 2020 21:07:31 +0800	[thread overview]
Message-ID: <20200609130730.GA6525@70ce5749704d> (raw)
In-Reply-To: <20200609080709.9654-5-lars.povlsen@microchip.com>

[-- Attachment #1: Type: text/plain, Size: 742 bytes --]


Signed-off-by: kernel test robot <lkp@intel.com>
---
 pinctrl-ocelot.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/pinctrl-ocelot.c b/drivers/pinctrl/pinctrl-ocelot.c
index c2f8e35616278f..c5f94402d963fb 100644
--- a/drivers/pinctrl/pinctrl-ocelot.c
+++ b/drivers/pinctrl/pinctrl-ocelot.c
@@ -782,7 +782,7 @@ static int ocelot_pinconf_get(struct pinctrl_dev *pctldev,
 	return 0;
 }
 
-noinline int ocelot_pinconf_set(struct pinctrl_dev *pctldev, unsigned int pin,
+static noinline int ocelot_pinconf_set(struct pinctrl_dev *pctldev, unsigned int pin,
 			      unsigned long *configs, unsigned int num_configs)
 {
 	struct ocelot_pinctrl *info = pinctrl_dev_get_drvdata(pctldev);

  parent reply	other threads:[~2020-06-09 13:07 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-08 12:30 [PATCH v2 00/10] Adding support for Microchip Sparx5 SoC Lars Povlsen
2020-06-08 12:30 ` Lars Povlsen
2020-06-09  8:07 ` [PATCH v2 01/10] dt-bindings: arm: sparx5: Add documentation " Lars Povlsen
2020-06-09  8:07   ` Lars Povlsen
2020-06-09  8:07   ` [PATCH v2 02/10] arm64: sparx5: Add support for Microchip 2xA53 SoC Lars Povlsen
2020-06-09  8:07     ` Lars Povlsen
2020-06-09  8:07   ` [PATCH v2 03/10] arm64: dts: sparx5: Add basic cpu support Lars Povlsen
2020-06-09  8:07     ` Lars Povlsen
2020-06-09  8:07   ` [PATCH v2 04/10] arm64: dts: sparx5: Add pinctrl support Lars Povlsen
2020-06-09  8:07     ` Lars Povlsen
2020-06-09  8:07   ` [PATCH v2 05/10] pinctrl: ocelot: Add Sparx5 SoC support Lars Povlsen
2020-06-09  8:07     ` Lars Povlsen
2020-06-09 10:31     ` kernel test robot
2020-06-09 10:31       ` kernel test robot
2020-06-09 13:07     ` kernel test robot
2020-06-09 13:07       ` kernel test robot
2020-06-09 13:07     ` kernel test robot [this message]
2020-06-09 13:07       ` [RFC PATCH] pinctrl: ocelot: ocelot_pinconf_set() can be static kernel test robot
2020-06-09  8:07   ` [PATCH v2 06/10] dt-bindings: clock: sparx5: Add Sparx5 SoC DPLL clock Lars Povlsen
2020-06-09  8:07     ` Lars Povlsen
2020-06-09  8:07   ` [PATCH v2 07/10] dt-bindings: clock: sparx5: Add bindings include file Lars Povlsen
2020-06-09  8:07     ` Lars Povlsen
2020-06-09  8:07   ` [PATCH v2 08/10] clk: sparx5: Add Sparx5 SoC DPLL clock driver Lars Povlsen
2020-06-09  8:07     ` Lars Povlsen
2020-06-09  8:07   ` [PATCH v2 09/10] arm64: dts: sparx5: Add Sparx5 SoC DPLL clock Lars Povlsen
2020-06-09  8:07     ` Lars Povlsen
2020-06-09  8:07   ` [PATCH v2 10/10] arm64: dts: sparx5: Add i2c devices, i2c muxes Lars Povlsen
2020-06-09  8:07     ` Lars Povlsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200609130730.GA6525@70ce5749704d \
    --to=lkp@intel.com \
    --cc=Steen.Hegelund@microchip.com \
    --cc=UNGLinuxDriver@microchip.com \
    --cc=arnd@arndb.de \
    --cc=devicetree@vger.kernel.org \
    --cc=kbuild-all@lists.01.org \
    --cc=lars.povlsen@microchip.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=olof@lixom.net \
    --cc=sboyd@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.