Skip to content

Commit d82b924

Browse files
committed
pinctrl: renesas: r8a77990: Drop bogus PUEN_ prefixes in comments
The "PUEN_" prefixes are part of the bit names of the PUEN registers, while the comments should refer to the actual pin names. Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Niklas Söderlund <[email protected]> Link: https://lore.kernel.org/r/9ea85ae8973f6d9b3d10f02f0d9b4ab6a086ec63.1619785375.git.geert+renesas@glider.be
1 parent 702a5fa commit d82b924

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/pinctrl/renesas/pfc-r8a77990.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5197,8 +5197,8 @@ static const struct pinmux_bias_reg pinmux_bias_regs[] = {
51975197
[27] = RCAR_GP_PIN(1, 0), /* A0 */
51985198
[28] = SH_PFC_PIN_NONE,
51995199
[29] = SH_PFC_PIN_NONE,
5200-
[30] = RCAR_GP_PIN(2, 25), /* PUEN_EX_WAIT0 */
5201-
[31] = RCAR_GP_PIN(2, 24), /* PUEN_RD/WR# */
5200+
[30] = RCAR_GP_PIN(2, 25), /* EX_WAIT0 */
5201+
[31] = RCAR_GP_PIN(2, 24), /* RD/WR# */
52025202
} },
52035203
{ PINMUX_BIAS_REG("PUEN2", 0xe6060408, "PUD2", 0xe6060448) {
52045204
[0] = RCAR_GP_PIN(3, 1), /* SD0_CMD */
@@ -5333,8 +5333,8 @@ static const struct pinmux_bias_reg pinmux_bias_regs[] = {
53335333
[27] = SH_PFC_PIN_NONE,
53345334
[28] = SH_PFC_PIN_NONE,
53355335
[29] = SH_PFC_PIN_NONE,
5336-
[30] = RCAR_GP_PIN(6, 9), /* PUEN_USB30_OVC */
5337-
[31] = RCAR_GP_PIN(6, 17), /* PUEN_USB30_PWEN */
5336+
[30] = RCAR_GP_PIN(6, 9), /* USB30_OVC */
5337+
[31] = RCAR_GP_PIN(6, 17), /* USB30_PWEN */
53385338
} },
53395339
{ /* sentinel */ },
53405340
};

0 commit comments

Comments
 (0)