Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1512599

[PATCH 3/3] pinctrl: cherryview: Drop ctrlX prefix from the pin debugfs output

From Mika Westerberg <mika.westerberg@linux.intel.com>
Newsgroups linux.kernel
Subject [PATCH 3/3] pinctrl: cherryview: Drop ctrlX prefix from the pin debugfs output
Date 2016-10-31 16:00 +0100
Message-ID <syme6-3Ly-29@gated-at.bofh.it> (permalink)
References <syme5-3Ly-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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>
---
 drivers/pinctrl/intel/pinctrl-cherryview.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/intel/pinctrl-cherryview.c b/drivers/pinctrl/intel/pinctrl-cherryview.c
index c43b1e9a06af..5e66860a5e67 100644
--- a/drivers/pinctrl/intel/pinctrl-cherryview.c
+++ b/drivers/pinctrl/intel/pinctrl-cherryview.c
@@ -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]");
-- 
2.9.3

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/3] pinctrl: cherryview: Serialize register access in suspend and resume hooks Mika Westerberg <mika.westerberg@linux.intel.com> - 2016-10-31 16:00 +0100
  [PATCH 3/3] pinctrl: cherryview: Drop ctrlX prefix from the pin debugfs output Mika Westerberg <mika.westerberg@linux.intel.com> - 2016-10-31 16:00 +0100
    Re: [PATCH 3/3] pinctrl: cherryview: Drop ctrlX prefix from the pin  debugfs output Linus Walleij <linus.walleij@linaro.org> - 2016-11-04 16:20 +0100
  [PATCH 2/3] pinctrl: cherryview: Prevent possible interrupt storm on resume Mika Westerberg <mika.westerberg@linux.intel.com> - 2016-10-31 16:00 +0100
    Re: [PATCH 2/3] pinctrl: cherryview: Prevent possible interrupt storm  on resume Linus Walleij <linus.walleij@linaro.org> - 2016-11-04 16:20 +0100
  Re: [PATCH 1/3] pinctrl: cherryview: Serialize register access in  suspend and resume hooks Linus Walleij <linus.walleij@linaro.org> - 2016-11-04 16:20 +0100
    Re: [PATCH 1/3] pinctrl: cherryview: Serialize register access in  suspend and resume hooks Linus Walleij <linus.walleij@linaro.org> - 2016-11-04 16:20 +0100
      Re: [PATCH 1/3] pinctrl: cherryview: Serialize register access in  suspend and resume hooks Mika Westerberg <mika.westerberg@linux.intel.com> - 2016-11-04 16:40 +0100

csiph-web