[OEM-5.10] [PATCH 04/17] Revert "UBUNTU: SAUCE: Move ASPM quirk flag to MSB"

Kai-Heng Feng kai.heng.feng at canonical.com
Tue Jun 22 17:23:39 UTC 2021


BugLink: https://bugs.launchpad.net/bugs/1932577                                                     

This reverts commit f6f17d206d9ef159c8f0af867b0290a3d0989a9c.

Signed-off-by: Kai-Heng Feng <kai.heng.feng at canonical.com>
---
 include/linux/pci.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/pci.h b/include/linux/pci.h
index 558297818690..1d58ab1dc9e2 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -228,7 +228,7 @@ enum pci_dev_flags {
 	/* Don't use Relaxed Ordering for TLPs directed at this device */
 	PCI_DEV_FLAGS_NO_RELAXED_ORDERING = (__force pci_dev_flags_t) (1 << 11),
 	/* Enable ASPM regardless of how LnkCtl is programmed */
-	PCI_DEV_FLAGS_ENABLE_ASPM = (__force pci_dev_flags_t) (1 << 15),
+	PCI_DEV_FLAGS_ENABLE_ASPM = (__force pci_dev_flags_t) (1 << 12),
 };
 
 enum pci_irq_reroute_variant {
-- 
2.31.1




More information about the kernel-team mailing list