aboutsummarylogtreecommitdiffstats
path: root/0002-PCI-EDR-Log-only-ACPI_NOTIFY_DISCONNECT_RECOVER-even.patch
diff options
context:
space:
mode:
authorcharveey2022-06-17 14:55:24 +0000
committercharveey2022-06-17 14:55:24 +0000
commitc807d58a63caf6595ee22c20b2cce20b66c9c589 (patch)
treed0259fe17d428c29d07f3083ff86c44ab0cf03eb /0002-PCI-EDR-Log-only-ACPI_NOTIFY_DISCONNECT_RECOVER-even.patch
parentc5f7cb59eae34d9b86d127ba84741a63735bbd63 (diff)
downloadaur-linux-bootsplash.tar.gz
updated to Linux 5.17.7
Diffstat (limited to '0002-PCI-EDR-Log-only-ACPI_NOTIFY_DISCONNECT_RECOVER-even.patch')
-rw-r--r--0002-PCI-EDR-Log-only-ACPI_NOTIFY_DISCONNECT_RECOVER-even.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/0002-PCI-EDR-Log-only-ACPI_NOTIFY_DISCONNECT_RECOVER-even.patch b/0002-PCI-EDR-Log-only-ACPI_NOTIFY_DISCONNECT_RECOVER-even.patch
deleted file mode 100644
index 741e8e7cfeb5..000000000000
--- a/0002-PCI-EDR-Log-only-ACPI_NOTIFY_DISCONNECT_RECOVER-even.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 18693ce191f146cea8dd6299f40e3db3a9367e82 Mon Sep 17 00:00:00 2001
-From: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
-Date: Wed, 15 Apr 2020 17:38:32 -0700
-Subject: [PATCH 2/5] PCI/EDR: Log only ACPI_NOTIFY_DISCONNECT_RECOVER events
-
-Previously we logged *all* ACPI SYSTEM-level events, which may include lots
-of non-EDR events. Move the message so we only log those related to EDR.
-
-Link: https://lore.kernel.org/r/01afb4e01efbe455de0c445bef6cf3ffc59340d2.1586996350.git.sathyanarayanan.kuppuswamy@linux.intel.com
-[bhelgaas: drop the pci_dbg() of all events since ACPI can log those
-already]
-Signed-off-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
-Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
----
- drivers/pci/pcie/edr.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/drivers/pci/pcie/edr.c b/drivers/pci/pcie/edr.c
-index 594622a6cb16..a6b9b479b97a 100644
---- a/drivers/pci/pcie/edr.c
-+++ b/drivers/pci/pcie/edr.c
-@@ -148,11 +148,11 @@ static void edr_handle_event(acpi_handle handle, u32 event, void *data)
- pci_ers_result_t estate = PCI_ERS_RESULT_DISCONNECT;
- u16 status;
-
-- pci_info(pdev, "ACPI event %#x received\n", event);
--
- if (event != ACPI_NOTIFY_DISCONNECT_RECOVER)
- return;
-
-+ pci_info(pdev, "EDR event received\n");
-+
- /* Locate the port which issued EDR event */
- edev = acpi_dpc_port_get(pdev);
- if (!edev) {
---
-2.27.0
-