pinctrl: cherryview: Drop ctrlX prefix from the pin debugfs output
authorMika Westerberg <mika.westerberg@linux.intel.com>
Mon, 31 Oct 2016 14:57:34 +0000 (16:57 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 4 Nov 2016 15:14:51 +0000 (16:14 +0100)
Printing the prefix does not provide any additional information. In
addition this makes the output look more consistent with pinctrl-intel.c.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/intel/pinctrl-cherryview.c

index 30389f4ccab4935c20ddcbed2c5a543e77d33fc5..13644768ae1c734f726677483188492440b4b06a 100644 (file)
@@ -762,7 +762,7 @@ static void chv_pin_dbg_show(struct pinctrl_dev *pctldev, struct seq_file *s,
                seq_printf(s, "mode %d ", mode);
        }
 
-       seq_printf(s, "ctrl0 0x%08x ctrl1 0x%08x", ctrl0, ctrl1);
+       seq_printf(s, "0x%08x 0x%08x", ctrl0, ctrl1);
 
        if (locked)
                seq_puts(s, " [LOCKED]");