]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: ignore pre-1.1 ASPM quirking when ASPM is disabled
authorMatthew Garrett <mjg@redhat.com>
Tue, 6 Mar 2012 18:41:49 +0000 (13:41 -0500)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 8 Mar 2012 04:26:47 +0000 (20:26 -0800)
commitd93943e9a8406966cc7aef10c27ac3fb542bcdae
tree51bc0b8620f0e5e0b788803d36d2d71aff7e4e73
parent61e6aaf3d3ecff4c3a8691cd0bef99395fbd88ff
PCI: ignore pre-1.1 ASPM quirking when ASPM is disabled

Right now we won't touch ASPM state if ASPM is disabled, except in the case
where we find a device that appears to be too old to reliably support ASPM.
Right now we'll clear it in that case, which is almost certainly the wrong
thing to do. The easiest way around this is just to disable the blacklisting
when ASPM is disabled.

Signed-off-by: Matthew Garrett <mjg@redhat.com>
Cc: stable@vger.kernel.org
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/pcie/aspm.c