linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pinctrl: qcom: ipq8064: Fix naming convention
@ 2014-05-09 18:08 Kumar Gala
  2014-05-09 19:19 ` Andy Gross
  2014-05-29  8:38 ` Linus Walleij
  0 siblings, 2 replies; 3+ messages in thread
From: Kumar Gala @ 2014-05-09 18:08 UTC (permalink / raw)
  To: linux-arm-kernel

Drop underscore in spdif_groups to match all other groups.

Signed-off-by: Kumar Gala <galak@codeaurora.org>
---
 drivers/pinctrl/pinctrl-ipq8064.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/pinctrl-ipq8064.c b/drivers/pinctrl/pinctrl-ipq8064.c
index 54aba9f..acafea4 100644
--- a/drivers/pinctrl/pinctrl-ipq8064.c
+++ b/drivers/pinctrl/pinctrl-ipq8064.c
@@ -366,7 +366,7 @@ static const char * const sdc1_groups[] = {
 };
 
 static const char * const spdif_groups[] = {
-	"gpio_10", "gpio_48",
+	"gpio10", "gpio48",
 };
 
 static const char * const nand_groups[] = {
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-05-29  8:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-09 18:08 [PATCH] pinctrl: qcom: ipq8064: Fix naming convention Kumar Gala
2014-05-09 19:19 ` Andy Gross
2014-05-29  8:38 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).