diff mbox

pinctrl: qcom: ipq8064: Fix naming convention

Message ID 1399658905-12415-1-git-send-email-galak@codeaurora.org (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Kumar Gala May 9, 2014, 6:08 p.m. UTC
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(-)

Comments

Andy Gross May 9, 2014, 7:19 p.m. UTC | #1
On Fri, May 09, 2014 at 01:08:25PM -0500, Kumar Gala wrote:
> Drop underscore in spdif_groups to match all other groups.
> 
> Signed-off-by: Kumar Gala <galak@codeaurora.org>

Reviewed-by: Andy Gross <agross@codeaurora.org>

<snip>
Linus Walleij May 29, 2014, 8:38 a.m. UTC | #2
On Fri, May 9, 2014 at 8:08 PM, Kumar Gala <galak@codeaurora.org> wrote:

> Drop underscore in spdif_groups to match all other groups.
>
> Signed-off-by: Kumar Gala <galak@codeaurora.org>

Patch applied with Andy's ACK, sorry for missing this :-(

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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[] = {