On Mon, Jun 09, 2025 at 04:21:27PM +0530, Krishna Chaitanya Chundru wrote: > ASPM states are not being enabled back with pci_enable_link_state() when > they are disabled by pci_disable_link_state(). This is because of the > aspm_disable flag is not getting cleared in pci_enable_link_state(), this > flag is being properly cleared when ASPM is controlled by sysfs. Mention the name of the function where this happens for sysfs so we can easily compare them.