]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
m68k: coldfire: fix breakage of missed IO access updates
authorGreg Ungerer <gerg@linux-m68k.org>
Tue, 7 Jul 2026 12:17:14 +0000 (22:17 +1000)
committerGreg Ungerer <gerg@kernel.org>
Wed, 8 Jul 2026 12:51:54 +0000 (22:51 +1000)
commitf47b6b313df9a17010a72b3f389f0a5e9e49db3b
tree75d30c511d3a394dd73c073beba52830db1b7f07
parent8cdeaa50eae8dad34885515f62559ee83e7e8dda
m68k: coldfire: fix breakage of missed IO access updates

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 <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202607040536.BiSGmESw-lkp@intel.com/
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
arch/m68k/coldfire/m523x.c
arch/m68k/coldfire/m528x.c