All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pinctrl: amd: Fix an unused variable
@ 2022-08-01 14:49 Mario Limonciello
  2022-08-03 18:15 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Mario Limonciello @ 2022-08-01 14:49 UTC (permalink / raw)
  To: mario.limonciello, Basavaraj Natikar, Shyam Sundar S K, Linus Walleij
  Cc: kernel test robot, linux-gpio, linux-kernel

`char *output_enable` is no longer used once switching to unicode
output.

Fixes: e8129a076a50 ("pinctrl: amd: Use unicode for debugfs output")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
---
 drivers/pinctrl/pinctrl-amd.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/pinctrl/pinctrl-amd.c b/drivers/pinctrl/pinctrl-amd.c
index 492b76f2c03e..4691a33bc374 100644
--- a/drivers/pinctrl/pinctrl-amd.c
+++ b/drivers/pinctrl/pinctrl-amd.c
@@ -216,7 +216,6 @@ static void amd_gpio_dbg_show(struct seq_file *s, struct gpio_chip *gc)
 	char *pull_up_enable;
 	char *pull_down_enable;
 	char *orientation;
-	char *output_enable;
 	char debounce_value[40];
 	char *debounce_enable;
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] pinctrl: amd: Fix an unused variable
  2022-08-01 14:49 [PATCH] pinctrl: amd: Fix an unused variable Mario Limonciello
@ 2022-08-03 18:15 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2022-08-03 18:15 UTC (permalink / raw)
  To: Mario Limonciello
  Cc: Basavaraj Natikar, Shyam Sundar S K, kernel test robot,
	linux-gpio, linux-kernel

On Mon, Aug 1, 2022 at 4:49 PM Mario Limonciello
<mario.limonciello@amd.com> wrote:

> `char *output_enable` is no longer used once switching to unicode
> output.
>
> Fixes: e8129a076a50 ("pinctrl: amd: Use unicode for debugfs output")
> Reported-by: kernel test robot <lkp@intel.com>
> Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>

Patch applied!

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-03 18:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-01 14:49 [PATCH] pinctrl: amd: Fix an unused variable Mario Limonciello
2022-08-03 18:15 ` Linus Walleij

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.