Commit 904ec4be authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

pinctrl: renesas: r8a779{51,6,65}: Reduce non-functional differences



Change whitespace in the pin control drivers for R-Car H3 ES2.0+, R-Car
M3-W/M3-W+, and R-Car M3-N, to reduce the differences among these very
similar drivers.

These changes have no functional impact.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Link: https://lore.kernel.org/r/527b45ebfc664a80e41cb0136677db7260e11437.1619785375.git.geert+renesas@glider.be
parent cf04bbe5
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -5991,7 +5991,8 @@ static const struct pinmux_ioctrl_reg pinmux_ioctrl_regs[] = {
	{ /* sentinel */ },
};

static int r8a7796_pin_to_pocctrl(struct sh_pfc *pfc, unsigned int pin, u32 *pocctrl)
static int r8a7796_pin_to_pocctrl(struct sh_pfc *pfc,
				  unsigned int pin, u32 *pocctrl)
{
	int bit = -EINVAL;

+40 −39
Original line number Diff line number Diff line
@@ -6248,7 +6248,8 @@ static const struct pinmux_ioctrl_reg pinmux_ioctrl_regs[] = {
	{ /* sentinel */ },
};

static int r8a77965_pin_to_pocctrl(struct sh_pfc *pfc, unsigned int pin, u32 *pocctrl)
static int r8a77965_pin_to_pocctrl(struct sh_pfc *pfc,
				   unsigned int pin, u32 *pocctrl)
{
	int bit = -EINVAL;

+2 −2

File changed.

Contains only whitespace changes.