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

pinctrl: sh-pfc: emev2: Correct comment for CFI data pins

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>

+1 -1
+1 -1
drivers/pinctrl/sh-pfc/pfc-emev2.c
··· 749 749 }; 750 750 751 751 static const unsigned int cf_data8_pins[] = { 752 - /* CF_D[0:8] */ 752 + /* CF_D[0:7] */ 753 753 77, 78, 79, 80, 754 754 81, 82, 83, 84, 755 755 };