diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-04-07 22:49:17 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-04-09 04:56:08 -0400 |
commit | 407cd59798ff3ee2b3acdc149adf1f10fe8a098c (patch) | |
tree | 6dea2a8919fa90d390ec3aaeb50c925dc8fb9ddd /drivers/pinctrl/sh-pfc/pfc-r8a7779.c | |
parent | 202ac6a21a79500ef5aab4cd8665be2597e9345c (diff) |
sh-pfc: r8a7779: tidyup intc_irq3_b typo
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'drivers/pinctrl/sh-pfc/pfc-r8a7779.c')
-rw-r--r-- | drivers/pinctrl/sh-pfc/pfc-r8a7779.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7779.c b/drivers/pinctrl/sh-pfc/pfc-r8a7779.c index 62dcdcdec940..791a6719d8a9 100644 --- a/drivers/pinctrl/sh-pfc/pfc-r8a7779.c +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7779.c | |||
@@ -2552,7 +2552,7 @@ static const char * const intc_groups[] = { | |||
2552 | "intc_irq2", | 2552 | "intc_irq2", |
2553 | "intc_irq2_b", | 2553 | "intc_irq2_b", |
2554 | "intc_irq3", | 2554 | "intc_irq3", |
2555 | "intc_irq4_b", | 2555 | "intc_irq3_b", |
2556 | }; | 2556 | }; |
2557 | 2557 | ||
2558 | static const char * const lbsc_groups[] = { | 2558 | static const char * const lbsc_groups[] = { |