Commit f050a5c4 authored by Andy Grover's avatar Andy Grover

Merge groveronline.com:/root/bk/linux-2.5

into groveronline.com:/root/bk/linux-acpi
parents 4c17e91a 83549bf9
...@@ -56,7 +56,7 @@ static char *acpi_table_signatures[ACPI_TABLE_COUNT] = { ...@@ -56,7 +56,7 @@ static char *acpi_table_signatures[ACPI_TABLE_COUNT] = {
[ACPI_SRAT] = "SRAT", [ACPI_SRAT] = "SRAT",
[ACPI_SSDT] = "SSDT", [ACPI_SSDT] = "SSDT",
[ACPI_SPMI] = "SPMI", [ACPI_SPMI] = "SPMI",
[ACPI_HPET] = "HPET" [ACPI_HPET] = "HPET",
}; };
/* System Description Table (RSDT/XSDT) */ /* System Description Table (RSDT/XSDT) */
......
...@@ -430,7 +430,7 @@ acpi_thermal_call_usermode ( ...@@ -430,7 +430,7 @@ acpi_thermal_call_usermode (
ACPI_FUNCTION_TRACE("acpi_thermal_call_usermode"); ACPI_FUNCTION_TRACE("acpi_thermal_call_usermode");
if (!path) if (!path)
return_VALUE(-EINVAL);; return_VALUE(-EINVAL);
argv[0] = path; argv[0] = path;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment