]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit0c0cbb6c5a04a169320df1812e58b10362865e95
tree934e5da8eff7c0b858eab59a1a167f22a1713818
parent777e61ea40e4a94081b3123c76ea3fe977c368a2
PCI/ASPM: Simplify Clock Power Management setting

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