commit | 0c0cbb6c5a04a169320df1812e58b10362865e95 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Wed Jun 10 14:00:21 2015 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Wed Jun 10 14:00:21 2015 -0500 |
tree | 934e5da8eff7c0b858eab59a1a167f22a1713818 | |
parent | 777e61ea40e4a94081b3123c76ea3fe977c368a2 [diff] |
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>