Commit 7227797a authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

pinctrl: rza1: Fix flag name in comment



rza1_swio_pin relates to the swio flag instead of the bidir flag.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Acked-by: default avatarJacopo Mondi <jacopo+renesas@jmondi.org>
Link: https://lore.kernel.org/r/20200507074516.29903-1-geert+renesas@glider.be
parent 4ecc7ff8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ struct rza1_bidir_entry {
};

/**
 * rza1_swio_pin - describe a single pin that needs bidir flag applied.
 * rza1_swio_pin - describe a single pin that needs swio flag applied.
 */
struct rza1_swio_pin {
	u16 pin: 4;