Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137769043
D52545.id162051.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
766 B
Referenced Files
None
Subscribers
None
D52545.id162051.diff
View Options
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c
--- a/sys/dev/acpica/acpi.c
+++ b/sys/dev/acpica/acpi.c
@@ -3425,7 +3425,7 @@
enum acpi_sleep_state slp_state;
int sleep_result;
- ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, state);
+ ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, stype);
if (stype <= POWER_STYPE_AWAKE || stype >= POWER_STYPE_COUNT)
return_ACPI_STATUS (AE_BAD_PARAMETER);
@@ -3939,7 +3939,7 @@
struct acpi_softc *sc = (struct acpi_softc *)arg;
int ret;
- ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, state);
+ ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, stype);
/* Check if button action is disabled or unknown. */
if (stype == ACPI_STATE_UNKNOWN)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 26, 4:05 PM (57 m, 48 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
22522361
Default Alt Text
D52545.id162051.diff (766 B)
Attached To
Mode
D52545: acpi: Fix build when `ACPI_DEBUG_OUTPUT` defined
Attached
Detach File
Event Timeline
Log In to Comment