mbox series

[0/1] PCI/ASPM: Remove locking

Message ID 20191010124746.2882-1-helgaas@kernel.org (mailing list archive)
Headers show
Series PCI/ASPM: Remove locking | expand

Message

Bjorn Helgaas Oct. 10, 2019, 12:47 p.m. UTC
From: Bjorn Helgaas <bhelgaas@google.com>

In reference to this thread:
  https://lore.kernel.org/r/20191007223428.GA72605@google.com

This removes locking from pcie_aspm_enabled() because the reference count
held by the driver should provide all the locking we need.

Bjorn Helgaas (1):
  PCI/ASPM: Remove pcie_aspm_enabled() unnecessary locking

 drivers/pci/pcie/aspm.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)