From: Shiraz Hashim Date: Sat, 27 Oct 2012 09:17:49 +0000 (+0530) Subject: pinctrl: SPEAr1310: fix clcd high resolution pin group name X-Git-Tag: v3.7-rc5~11^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b06fbfdb06da61154b9498ff8e83377d3d795081;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git pinctrl: SPEAr1310: fix clcd high resolution pin group name All group names in SPEAr pinctrl have "_grp" at the end of their name. Do the same for clcd_high_res_grp. Signed-off-by: Shiraz Hashim Signed-off-by: Viresh Kumar Signed-off-by: Linus Walleij --- diff --git a/drivers/pinctrl/spear/pinctrl-spear1310.c b/drivers/pinctrl/spear/pinctrl-spear1310.c index d6cca8c..c720d09 100644 --- a/drivers/pinctrl/spear/pinctrl-spear1310.c +++ b/drivers/pinctrl/spear/pinctrl-spear1310.c @@ -461,7 +461,7 @@ static struct spear_pingroup clcd_high_res_pingroup = { .nmodemuxs = ARRAY_SIZE(clcd_high_res_modemux), }; -static const char *const clcd_grps[] = { "clcd_grp", "clcd_high_res" }; +static const char *const clcd_grps[] = { "clcd_grp", "clcd_high_res_grp" }; static struct spear_function clcd_function = { .name = "clcd", .groups = clcd_grps,