diff mbox

: Fix PCIe error handling BIOS control message

Message ID 20110509125115.24788.66625.sendpatchset@prarit.bos.redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Prarit Bhargava May 9, 2011, 12:51 p.m. UTC
Trivial patch ... We've had a few customers who were concerned about this
message.  I thought it was fairly obvious, but I guess it isn't...

P.

---8<---

The implication of this message is that an error occurred and the BIOS handled
it.  Reword the message so that it is clear that the BIOS is taking control
of the handling of PCIe errors.

Signed-off-by: Prarit Bhargava <prarit@redhat.com>

--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/acpi/pci_root.c b/drivers/acpi/pci_root.c
index f911a2f..ea11224 100644
--- a/drivers/acpi/pci_root.c
+++ b/drivers/acpi/pci_root.c
@@ -582,7 +582,7 @@  static int __devinit acpi_pci_root_add(struct acpi_device *device)
 		if (pci_aer_available()) {
 			if (aer_acpi_firmware_first())
 				dev_dbg(root->bus->bridge,
-					"PCIe errors handled by BIOS.\n");
+					"BIOS will handle PCIe errors.\n");
 			else
 				flags |= OSC_PCI_EXPRESS_AER_CONTROL;
 		}