pinctrl: amd: Fix newline declaration in debugfs output
authorMario Limonciello <mario.limonciello@amd.com>
Fri, 22 Jul 2022 22:08:09 +0000 (17:08 -0500)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 26 Jul 2022 07:57:24 +0000 (09:57 +0200)
commitdc24b7530dff6d2c1f92ba75e10f335eebc48ccc
tree33a06b87780485a7deceaf91bc5e17610fa73001
parent53dd4188a8c56cd2abd1973327d3e1b070300b17
pinctrl: amd: Fix newline declaration in debugfs output

Currently the debugfs output for pinctrl-amd puts the first line
combined with "GPIO bank".  This makes it a little harder to process
as the file needs to be manually corrected for the mistake.

Change this to be a new line character instead.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Link: https://lore.kernel.org/r/20220722220810.28894-1-mario.limonciello@amd.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-amd.c