Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Oct 2022 16:03:05 GMT
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ba23f762ece5 - main - acpi_ged: fix build with ACPI_DEBUG
Message-ID:  <202210241603.29OG358o026794@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by glebius:

URL: https://cgit.FreeBSD.org/src/commit/?id=ba23f762ece54a86f64b8ef62bbfc9c73c98762c

commit ba23f762ece54a86f64b8ef62bbfc9c73c98762c
Author:     Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2022-10-24 16:00:04 +0000
Commit:     Gleb Smirnoff <glebius@FreeBSD.org>
CommitDate: 2022-10-24 16:00:04 +0000

    acpi_ged: fix build with ACPI_DEBUG
---
 sys/dev/acpica/acpi_ged.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/acpica/acpi_ged.c b/sys/dev/acpica/acpi_ged.c
index 8ee56c8b0335..83e0f51161c1 100644
--- a/sys/dev/acpica/acpi_ged.c
+++ b/sys/dev/acpica/acpi_ged.c
@@ -40,7 +40,7 @@ __FBSDID("$FreeBSD$");
 #include <dev/acpica/acpivar.h>
 
 /* Hooks for the ACPI CA debugging infrastructure */
-#define _COMPONENT ACPI_GED
+#define _COMPONENT ACPI_BUS
 ACPI_MODULE_NAME("GED")
 
 static MALLOC_DEFINE(M_ACPIGED, "acpiged", "ACPI Generic event data");



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210241603.29OG358o026794>