From ffd0a92ead0f19b45ab078bee3855f6b1589ac84 Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Thu, 22 Mar 2018 15:01:13 +0100 Subject: [PATCH 1243/1795] pinctrl: sh-pfc: r8a7795: Fix comment for MSIOF3 SS2_E pin Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman Signed-off-by: Linus Walleij (cherry picked from commit 37880512858e929d2bab952028149c169aaccdea) Signed-off-by: Simon Horman Signed-off-by: Geert Uytterhoeven --- drivers/pinctrl/sh-pfc/pfc-r8a7795.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7795.c b/drivers/pinctrl/sh-pfc/pfc-r8a7795.c index 7100a2dd65f8..34626898f757 100644 --- a/drivers/pinctrl/sh-pfc/pfc-r8a7795.c +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7795.c @@ -3122,7 +3122,7 @@ static const unsigned int msiof3_ss1_e_mux[] = { MSIOF3_SS1_E_MARK, }; static const unsigned int msiof3_ss2_e_pins[] = { - /* SS1 */ + /* SS2 */ RCAR_GP_PIN(2, 0), }; static const unsigned int msiof3_ss2_e_mux[] = { -- 2.19.0