Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98010
b: refs/heads/master
c: 3549dba
h: refs/heads/master
v: v3
  • Loading branch information
Len Brown committed Jun 11, 2008
1 parent b23397f commit 0a72e44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a39a2d7c72b358c6253a2ec28e17b023b7f6f41c
refs/heads/master: 3549dba2c334e82df90f5e00ff85d2a7a2cdd1af
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/utilities/utmisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1048,6 +1048,7 @@ acpi_ut_exception(char *module_name,
va_start(args, format);
acpi_os_vprintf(format, args);
acpi_os_printf(" [%X]\n", ACPI_CA_VERSION);
va_end(args);
}

EXPORT_SYMBOL(acpi_ut_exception);
Expand All @@ -1063,7 +1064,6 @@ acpi_ut_warning(char *module_name, u32 line_number, char *format, ...)
acpi_os_vprintf(format, args);
acpi_os_printf(" [%X]\n", ACPI_CA_VERSION);
va_end(args);
va_end(args);
}

void ACPI_INTERNAL_VAR_XFACE
Expand Down

0 comments on commit 0a72e44

Please sign in to comment.