Re: [PATCH] m68k: mcfgpio: Fix incorrect register offset for CONFIG_M5441x

From: Jean-Michel Hautbois
Date: Wed Oct 16 2024 - 03:20:51 EST


Hi Geert,

On 16/10/2024 08:56, Geert Uytterhoeven wrote:
Hi Jean-Michel,

Thanks for your patch!

On Wed, Oct 16, 2024 at 8:45 AM Jean-Michel Hautbois
<jeanmichel.hautbois@xxxxxxxxxx> wrote:
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: 83c6bdb827c9 ("m68knommu: Implement gpio support for m54xx.")

The typo was introduced in a different commit, so the correct tag would be
Fixes: bea8bcb12da09bd3 ("m68knommu: Add support for the Coldfire m5441x.")

Oh gosh, sorry ! Do you want a v2 or would you amend it ?

Thanks for your fast review !

JM


Signed-off-by: Jean-Michel Hautbois <jeanmichel.hautbois@xxxxxxxxxx>

Gr{oetje,eeting}s,

Geert