diff mbox series

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

Message ID 20210622172352.3975782-6-kai.heng.feng@canonical.com
State New
Headers show
Series Add s2idle support for AMD Cezzane | expand

Commit Message

Kai-Heng Feng June 22, 2021, 5:23 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1932577                                                     

This reverts commit f6f17d206d9ef159c8f0af867b0290a3d0989a9c.

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

Patch

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 {