diff options
author | Len Brown <len.brown@intel.com> | 2007-11-20 01:21:47 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-11-20 01:21:47 -0500 |
commit | e6532b8883760bdf9d251c669a3919fc9457aeca (patch) | |
tree | a3e00d9adb1d16b7f7286e365d54de44727ae562 /drivers/acpi | |
parent | d89a9bda14204547f966ed1510a269a44c0b7f5d (diff) | |
parent | 4fdb2a05ef5703553fdd28f1b96ebdd79f173657 (diff) |
Pull fluff into release branch
Conflicts:
drivers/acpi/ec.c
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/ec.c | 4 | ||||
-rw-r--r-- | drivers/acpi/processor_core.c | 2 | ||||
-rw-r--r-- | drivers/acpi/tables/tbutils.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c index d6ddb547f2d9..c5028568058b 100644 --- a/drivers/acpi/ec.c +++ b/drivers/acpi/ec.c | |||
@@ -180,12 +180,12 @@ static int acpi_ec_wait(struct acpi_ec *ec, enum ec_event event, int force_poll) | |||
180 | if (acpi_ec_check_status(ec, event)) { | 180 | if (acpi_ec_check_status(ec, event)) { |
181 | if (test_bit(EC_FLAGS_ADDRESS, &ec->flags)) { | 181 | if (test_bit(EC_FLAGS_ADDRESS, &ec->flags)) { |
182 | /* miss address GPE, don't expect it anymore */ | 182 | /* miss address GPE, don't expect it anymore */ |
183 | printk(KERN_INFO PREFIX "missing address confirmation," | 183 | printk(KERN_INFO PREFIX "missing address confirmation, " |
184 | "don't expect it any longer.\n"); | 184 | "don't expect it any longer.\n"); |
185 | set_bit(EC_FLAGS_NO_ADDRESS_GPE, &ec->flags); | 185 | set_bit(EC_FLAGS_NO_ADDRESS_GPE, &ec->flags); |
186 | } else { | 186 | } else { |
187 | /* missing GPEs, switch back to poll mode */ | 187 | /* missing GPEs, switch back to poll mode */ |
188 | printk(KERN_INFO PREFIX "missing confirmations," | 188 | printk(KERN_INFO PREFIX "missing confirmations, " |
189 | "switch off interrupt mode.\n"); | 189 | "switch off interrupt mode.\n"); |
190 | clear_bit(EC_FLAGS_GPE_MODE, &ec->flags); | 190 | clear_bit(EC_FLAGS_GPE_MODE, &ec->flags); |
191 | } | 191 | } |
diff --git a/drivers/acpi/processor_core.c b/drivers/acpi/processor_core.c index e93318bb029e..949ba0395901 100644 --- a/drivers/acpi/processor_core.c +++ b/drivers/acpi/processor_core.c | |||
@@ -641,7 +641,7 @@ static int __cpuinit acpi_processor_start(struct acpi_device *device) | |||
641 | */ | 641 | */ |
642 | if (processor_device_array[pr->id] != NULL && | 642 | if (processor_device_array[pr->id] != NULL && |
643 | processor_device_array[pr->id] != device) { | 643 | processor_device_array[pr->id] != device) { |
644 | printk(KERN_WARNING "BIOS reported wrong ACPI id" | 644 | printk(KERN_WARNING "BIOS reported wrong ACPI id " |
645 | "for the processor\n"); | 645 | "for the processor\n"); |
646 | return -ENODEV; | 646 | return -ENODEV; |
647 | } | 647 | } |
diff --git a/drivers/acpi/tables/tbutils.c b/drivers/acpi/tables/tbutils.c index 5f1d85f2ffe4..010f19652f80 100644 --- a/drivers/acpi/tables/tbutils.c +++ b/drivers/acpi/tables/tbutils.c | |||
@@ -449,7 +449,7 @@ acpi_tb_parse_root_table(acpi_physical_address rsdp_address, u8 flags) | |||
449 | /* XSDT has NULL entry, RSDT is used */ | 449 | /* XSDT has NULL entry, RSDT is used */ |
450 | address = rsdt_address; | 450 | address = rsdt_address; |
451 | table_entry_size = sizeof(u32); | 451 | table_entry_size = sizeof(u32); |
452 | ACPI_WARNING((AE_INFO, "BIOS XSDT has NULL entry," | 452 | ACPI_WARNING((AE_INFO, "BIOS XSDT has NULL entry, " |
453 | "using RSDT")); | 453 | "using RSDT")); |
454 | } | 454 | } |
455 | } | 455 | } |