All of lore.kernel.org
 help / color / mirror / Atom feed
From: Prarit Bhargava <prarit@redhat.com>
To: linux-acpi@vger.kernel.org
Cc: Prarit Bhargava <prarit@redhat.com>
Subject: [PATCH]: Fix PCIe error handling BIOS control message
Date: Mon, 9 May 2011 08:51:15 -0400	[thread overview]
Message-ID: <20110509125115.24788.66625.sendpatchset@prarit.bos.redhat.com> (raw)

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>

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;
 		}

                 reply	other threads:[~2011-05-09 12:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110509125115.24788.66625.sendpatchset@prarit.bos.redhat.com \
    --to=prarit@redhat.com \
    --cc=linux-acpi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.