diff options
| author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-06-24 08:41:41 -0400 |
|---|---|---|
| committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-06-24 13:07:53 -0400 |
| commit | 816724e65c72a90a44fbad0ef0b59b186c85fa90 (patch) | |
| tree | 421fa29aedff988e392f92780637553e275d37a0 /drivers/acpi/hardware/hwacpi.c | |
| parent | 70ac4385a13f78bc478f26d317511893741b05bd (diff) | |
| parent | d384ea691fe4ea8c2dd5b9b8d9042eb181776f18 (diff) | |
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
Conflicts:
fs/nfs/inode.c
fs/super.c
Fix conflicts between patch 'NFS: Split fs/nfs/inode.c' and patch
'VFS: Permit filesystem to override root dentry on mount'
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, |
