diff options
Diffstat (limited to 'drivers/acpi/hardware/hwacpi.c')
| -rw-r--r-- | drivers/acpi/hardware/hwacpi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/acpi/hardware/hwacpi.c b/drivers/acpi/hardware/hwacpi.c index ea2f13271ff1..de50fab2a910 100644 --- a/drivers/acpi/hardware/hwacpi.c +++ b/drivers/acpi/hardware/hwacpi.c | |||
| @@ -63,7 +63,7 @@ acpi_status acpi_hw_initialize(void) | |||
| 63 | { | 63 | { |
| 64 | acpi_status status; | 64 | acpi_status status; |
| 65 | 65 | ||
| 66 | ACPI_FUNCTION_TRACE("hw_initialize"); | 66 | ACPI_FUNCTION_TRACE(hw_initialize); |
| 67 | 67 | ||
| 68 | /* We must have the ACPI tables by the time we get here */ | 68 | /* We must have the ACPI tables by the time we get here */ |
| 69 | 69 | ||
| @@ -100,7 +100,7 @@ acpi_status acpi_hw_set_mode(u32 mode) | |||
| 100 | acpi_status status; | 100 | acpi_status status; |
| 101 | u32 retry; | 101 | u32 retry; |
| 102 | 102 | ||
| 103 | ACPI_FUNCTION_TRACE("hw_set_mode"); | 103 | ACPI_FUNCTION_TRACE(hw_set_mode); |
| 104 | 104 | ||
| 105 | /* | 105 | /* |
| 106 | * ACPI 2.0 clarified that if SMI_CMD in FADT is zero, | 106 | * ACPI 2.0 clarified that if SMI_CMD in FADT is zero, |
| @@ -198,7 +198,7 @@ u32 acpi_hw_get_mode(void) | |||
| 198 | acpi_status status; | 198 | acpi_status status; |
| 199 | u32 value; | 199 | u32 value; |
| 200 | 200 | ||
| 201 | ACPI_FUNCTION_TRACE("hw_get_mode"); | 201 | ACPI_FUNCTION_TRACE(hw_get_mode); |
| 202 | 202 | ||
| 203 | /* | 203 | /* |
| 204 | * ACPI 2.0 clarified that if SMI_CMD in FADT is zero, | 204 | * ACPI 2.0 clarified that if SMI_CMD in FADT is zero, |
