From ad8d0eff746bf2612b1f043cee43b6f1dcd408aa Mon Sep 17 00:00:00 2001 From: Felix Held Date: Mon, 29 Jul 2024 17:23:41 +0200 Subject: device/path: rename domain path struct element to 'domain_id' Rename the 'domain' element of the 'domain_path' struct to 'domain_id' to clarify that this element is the domain ID. Signed-off-by: Felix Held Suggested-by: Martin Roth Change-Id: I3995deb83a669699434f0073aed0e12b688bf6e7 Reviewed-on: https://review.coreboot.org/c/coreboot/+/83677 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Shuo Liu --- src/soc/intel/xeon_sp/spr/ioat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel/xeon_sp/spr') diff --git a/src/soc/intel/xeon_sp/spr/ioat.c b/src/soc/intel/xeon_sp/spr/ioat.c index 8b9921a5df..fcc3a20e2d 100644 --- a/src/soc/intel/xeon_sp/spr/ioat.c +++ b/src/soc/intel/xeon_sp/spr/ioat.c @@ -44,7 +44,7 @@ static struct device *const create_ioat_domain(const union xeon_domain_path dp, struct device_path path = { .type = DEVICE_PATH_DOMAIN, .domain = { - .domain = new_path.domain_path, + .domain_id = new_path.domain_path, }, }; struct device *const domain = alloc_find_dev(upstream, &path); -- cgit v1.2.3