]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ACPI: NFIT: Fix incorrect ndr_desc being reportedin dev_err message
authorColin Ian King <colin.i.king@gmail.com>
Tue, 2 Sep 2025 11:45:18 +0000 (12:45 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Oct 2025 09:56:34 +0000 (11:56 +0200)
commitb52aebeb5f7feec76df9790811e86e3d11bca330
treeeb9d3d5dc2d942a16a0632cbaede09e12691fa04
parentd04c370c7eca2c8d49f80cd390d670563691a903
ACPI: NFIT: Fix incorrect ndr_desc being reportedin dev_err message

[ Upstream commit d1a599a8136b16522b5afebd122395524496d549 ]

There appears to be a cut-n-paste error with the incorrect field
ndr_desc->numa_node being reported for the target node. Fix this by
using ndr_desc->target_node instead.

Fixes: f060db99374e ("ACPI: NFIT: Use fallback node id when numa info in NFIT table is incorrect")
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/acpi/nfit/core.c