Merge branch 'pci/aspm'
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 31 Jul 2025 21:11:40 +0000 (16:11 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 31 Jul 2025 21:11:40 +0000 (16:11 -0500)
commit010c31057776ac43cfe773f719eccccbbc3e0f45
tree3b8a89e4ce40355535dd28df519b40b901f4a871
parent2de2f9274f7a1415dd88f71d7565044e1a4b8e79
parent64fd90ef25206b1b9f232fb192ceadb814e991a4
Merge branch 'pci/aspm'

- Change aspm_disabled and aspm_force from int to bool (Hans Zhang)

- Initialize val at declaration (Hans Zhang)

* pci/aspm:
  PCI/ASPM: Consolidate variable declaration and initialization
  PCI/ASPM: Use boolean type for aspm_disabled and aspm_force