Re: [PATCH] pinctrl: qcom: ipq8064: Fix naming convention

2014-05-29 Thread Linus Walleij
On Fri, May 9, 2014 at 8:08 PM, Kumar Gala wrote: > Drop underscore in spdif_groups to match all other groups. > > Signed-off-by: Kumar Gala Patch applied with Andy's ACK, sorry for missing this :-( Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: [PATCH] pinctrl: qcom: ipq8064: Fix naming convention

2014-05-09 Thread Andy Gross
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 Reviewed-by: Andy Gross -- sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of t

[PATCH] pinctrl: qcom: ipq8064: Fix naming convention

2014-05-09 Thread Kumar Gala
Drop underscore in spdif_groups to match all other groups. Signed-off-by: Kumar Gala --- 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 ---