pinctrl: qcom: ipq8064: Fix naming convention
authorKumar Gala <galak@codeaurora.org>
Fri, 9 May 2014 18:08:25 +0000 (13:08 -0500)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 29 May 2014 08:37:43 +0000 (10:37 +0200)
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>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-ipq8064.c

index 54aba9f..acafea4 100644 (file)
@@ -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[] = {