PCI/ASPM: Simplify Clock Power Management setting
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 10 Jun 2015 19:00:21 +0000 (14:00 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 10 Jun 2015 19:00:21 +0000 (14:00 -0500)
Update the Link Control Enable Clock Power Management bit the same
way we update the ASPM Control bits, with a single call of
pcie_capability_clear_and_set_word().

No functional change; this just makes both paths use the same style.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pcie/aspm.c

Simple merge