Commit df91ffe8 authored by Mario Limonciello's avatar Mario Limonciello Committed by Linus Walleij
Browse files

pinctrl: amd: Fix an unused variable



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

Fixes: e8129a07 ("pinctrl: amd: Use unicode for debugfs output")
Reported-by: default avatarkernel test robot <lkp@intel.com>
Signed-off-by: default avatarMario Limonciello <mario.limonciello@amd.com>
Link: https://lore.kernel.org/r/20220801144952.141-1-mario.limonciello@amd.com


Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent f4526ae8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;