soc/intel/alderlake: Fix Coverity CID 1488814
commitec3c41a6eecd20141431d9e1103b20395bc70594
authorTarun Tuli <taruntuli@google.com>
Fri, 13 May 2022 15:19:40 +0000 (13 15:19 +0000)
committerArthur Heymans <arthur@aheymans.xyz>
Sat, 14 May 2022 14:09:58 +0000 (14 14:09 +0000)
treeaed153891ba0bad082e85c4a73c576456ef6f779
parent29bc79fddb62c30caa33474ac773ae6a6ec1c4f0
soc/intel/alderlake: Fix Coverity CID 1488814

CID 1488814:  Uninitialized variables  (UNINIT)

Commit c66ea98 introduced an issue after static analysis on merge.
Because every APIC is associated with a CPU, this did not result in
any issues at runtime but should be fixed/cleaned up.  Now, the path
name is initialized to null.

Fixes: Coverity CID 1488814, commit c66ea98
TEST=Built on brya

Change-Id: I0cfc8fd7a0c39e6610a9361630e3755293084f3d
Signed-off-by: Tarun Tuli <taruntuli@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64336
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
src/soc/intel/alderlake/acpi.c