Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sh-pfc: r8a7791: fix CAN pin groups

I had made last-minute changes before submitting the patch "sh-pfc: r8a7791:
add CAN pin groups"; now I'm seeing that they weren't complete: I had missed
update to the pin group names in pin[01]_groups[]. Drop the "_a" suffixes there.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Sergei Shtylyov and committed by
Linus Walleij
302fb178 7d1311b9

+4 -4
+4 -4
drivers/pinctrl/sh-pfc/pfc-r8a7791.c
··· 4509 4509 }; 4510 4510 4511 4511 static const char * const can0_groups[] = { 4512 - "can0_data_a", 4512 + "can0_data", 4513 4513 "can0_data_b", 4514 4514 "can0_data_c", 4515 4515 "can0_data_d", 4516 4516 "can0_data_e", 4517 4517 "can0_data_f", 4518 - "can_clk_a", 4518 + "can_clk", 4519 4519 "can_clk_b", 4520 4520 "can_clk_c", 4521 4521 "can_clk_d", 4522 4522 }; 4523 4523 4524 4524 static const char * const can1_groups[] = { 4525 - "can1_data_a", 4525 + "can1_data", 4526 4526 "can1_data_b", 4527 4527 "can1_data_c", 4528 4528 "can1_data_d", 4529 - "can_clk_a", 4529 + "can_clk", 4530 4530 "can_clk_b", 4531 4531 "can_clk_c", 4532 4532 "can_clk_d",