]> git.ipfire.org Git - thirdparty/kernel/linux.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)
committerIra Weiny <ira.weiny@intel.com>
Tue, 16 Sep 2025 15:57:37 +0000 (10:57 -0500)
commitd1a599a8136b16522b5afebd122395524496d549
treebf2156d7b300b0ca173de7dea63b8ebfcda1e31c
parent11bdf36be82721b8c4eda95a21c78ad856e047f9
ACPI: NFIT: Fix incorrect ndr_desc being reportedin dev_err message

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>
drivers/acpi/nfit/core.c