]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
lib/logic_iomem: correct fallback config references
authorJohannes Berg <johannes.berg@intel.com>
Mon, 3 Jan 2022 15:40:15 +0000 (16:40 +0100)
committerStefan Bader <stefan.bader@canonical.com>
Wed, 27 Apr 2022 09:59:03 +0000 (11:59 +0200)
commit894d89bfc7ad9eb738694c4ba206e06362c21cb4
treeacbaaf877fc9758d2c3edad1ad6f3df20854ab82
parentfee135acfda8aadce3430d7768d1318b29347f9a
lib/logic_iomem: correct fallback config references

BugLink: https://bugs.launchpad.net/bugs/1969107
[ Upstream commit 2a6852cb8ff0c8c1363cac648d68489343813212 ]

Due to some renaming, we ended up with the "indirect iomem"
naming in Kconfig, following INDIRECT_PIO. However, clearly
I missed following through on that in the ifdefs, but so far
INDIRECT_IOMEM_FALLBACK isn't used by any architecture.

Reported-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Fixes: ca2e334232b6 ("lib: add iomem emulation (logic_iomem)")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Sasha Levin <sashal@kernel.org>
(cherry picked from commit 2be1a7f09635031aab33b7400d3c991876b74b5d)
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
lib/logic_iomem.c