m68k: mcfgpio: Fix incorrect register offset for CONFIG_M5441x
authorJean-Michel Hautbois <jeanmichel.hautbois@yoseli.org>
Wed, 16 Oct 2024 07:24:35 +0000 (09:24 +0200)
committerGreg Ungerer <gerg@kernel.org>
Sun, 10 Nov 2024 22:57:01 +0000 (08:57 +1000)
commitf212140962c93cd5da43283a18e31681540fc23d
tree0a6d4dfaa5667fef84b73600114cc4f01d942441
parent2d5404caa8c7bb5c4e0435f94b28834ae5456623
m68k: mcfgpio: Fix incorrect register offset for CONFIG_M5441x

Fix a typo in the CONFIG_M5441x preprocessor condition, where the GPIO
register offset was incorrectly set to 8 instead of 0. This prevented
proper GPIO configuration for m5441x targets.

Fixes: bea8bcb12da0 ("m68knommu: Add support for the Coldfire m5441x.")
Signed-off-by: Jean-Michel Hautbois <jeanmichel.hautbois@yoseli.org>
Signed-off-by: Greg Ungerer <gerg@kernel.org>
arch/m68k/include/asm/mcfgpio.h