Re: [PATCH] m68k: coldfire: fix breakage of missed IO access updates
"Arnd Bergmann" <[email protected]> Tue, 07 Jul 2026 16:38:09 +0200
| Newsgroups | org.kernel.vger.linux-m68k,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jul 7, 2026, at 14:41, Greg Ungerer wrote: > From: Greg Ungerer <[email protected]> > > Commit e1f3a00670d1 ("m68k: coldfire: use ColdFire specifc IO access in > SoC code") incorrectly updated a couple of local IO access uses. They > use "read8" when they should be using the new "mcf_read8". Fix them. > > This causes compile time breakage for two specific SoC types, the ColdFire > 5235 and 5282. They got missed in original testing due to not having > any defconfigs for these specific parts. > > Fixes: e1f3a00670d1 ("m68k: coldfire: use ColdFire specifc IO access in > SoC code") > Reported-by: kernel test robot <[email protected]> > Closes: > https://lore.kernel.org/oe-kbuild-all/[email protected]/ > Signed-off-by: Greg Ungerer <[email protected]> Acked-by: Arnd Bergmann <[email protected]>