diff options
| author | Marek Vasut <[email protected]> | 2023-09-17 16:08:38 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2023-10-01 00:08:28 +0200 |
| commit | 49e78ea891f4f4db2aae4d984f5658fc69081341 (patch) | |
| tree | 08a297b006bd41172a47023b858f03795cc5a2b6 /drivers | |
| parent | ef16c759d4f8dd2134f686de3c63cba38c0583f6 (diff) | |
pinctrl: renesas: Synchronize R8A7792 V2H PFC tables with Linux 6.5.3
Synchronize R-Car R8A7792 V2H PFC tables with Linux 6.5.3,
commit 238589d0f7b421aae18c5704dc931595019fa6c7 .
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/pinctrl/renesas/pfc-r8a7792.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/renesas/pfc-r8a7792.c b/drivers/pinctrl/renesas/pfc-r8a7792.c index 81cfe81c7f5..08f1f97af6e 100644 --- a/drivers/pinctrl/renesas/pfc-r8a7792.c +++ b/drivers/pinctrl/renesas/pfc-r8a7792.c @@ -2629,7 +2629,7 @@ static const struct pinmux_cfg_reg pinmux_config_regs[] = { /* IP7_1_0 [2] */ FN_PWM0, FN_TCLK1, FN_FSO_CFE_0, 0 )) }, - { }, + { /* sentinel */ } }; static const struct pinmux_bias_reg pinmux_bias_regs[] = { |
