Skip to content

Commit df91ffe

Browse files
superm1linusw
authored andcommitted
pinctrl: amd: Fix an unused variable
`char *output_enable` is no longer used once switching to unicode output. Fixes: e8129a0 ("pinctrl: amd: Use unicode for debugfs output") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Mario Limonciello <mario.limonciello@amd.com> Link: https://lore.kernel.org/r/20220801144952.141-1-mario.limonciello@amd.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent f4526ae commit df91ffe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/pinctrl/pinctrl-amd.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ static void amd_gpio_dbg_show(struct seq_file *s, struct gpio_chip *gc)
216216
char *pull_up_enable;
217217
char *pull_down_enable;
218218
char *orientation;
219-
char *output_enable;
220219
char debounce_value[40];
221220
char *debounce_enable;
222221

0 commit comments

Comments
 (0)