Skip to content

Commit

Permalink
pinctrl: qcom: ipq8064: Fix naming convention
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kumar Gala authored and Linus Walleij committed May 29, 2014
1 parent f6d8812 commit 888bb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pinctrl/pinctrl-ipq8064.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down

0 comments on commit 888bb3f

Please sign in to comment.