pinctrl: sh-pfc: emev2: Correct comment for CFI data pins
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 30 Nov 2015 13:54:50 +0000 (14:54 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 8 Dec 2015 13:18:39 +0000 (14:18 +0100)
The 8 data pins of the Compact Flash Interface are numbered 0..7, not
0..8.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
drivers/pinctrl/sh-pfc/pfc-emev2.c

index a3a4b67..1cbbe04 100644 (file)
@@ -749,7 +749,7 @@ static const unsigned int cf_ctrl_mux[] = {
 };
 
 static const unsigned int cf_data8_pins[] = {
-       /* CF_D[0:8] */
+       /* CF_D[0:7] */
        77, 78, 79, 80,
        81, 82, 83, 84,
 };