pinctrl: renesas: r8a77470: Use fixed-width description for IPSR regs
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 13 Apr 2022 17:23:23 +0000 (19:23 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 5 May 2022 10:02:25 +0000 (12:02 +0200)
commit7fefb7c0594fc8f4eb88646e5eb767a56529a5a0
treea383fd82fc53c198a1612d986c4a3d02290a7e8b
parent2f661477c2bb8068194dbba9738d05219f111c6e
pinctrl: renesas: r8a77470: Use fixed-width description for IPSR regs

All fields in the IPSR registers on RZ/G1C have the same width, but the
driver describes them using the PINMUX_CFG_REG_VAR() macro, which
is intended for fields with different widths.  Convert the description
to use the PINMUX_CFG_REG() macro for fixed-width fields instead.

This reduces kernel size by 162 bytes.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/f6f26a0dfd16050ead83daf2b9fabeb8b26821a6.1649865241.git.geert+renesas@glider.be
drivers/pinctrl/renesas/pfc-r8a77470.c