commit | 270c66be9b4a6f2be53ef3aec5dc8e7b07782ec9 | [log] [tgz] |
---|---|---|
author | Yu Zhao <yu.zhao@intel.com> | Sun Oct 19 20:35:20 2008 +0800 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Mon Oct 20 11:01:52 2008 -0700 |
tree | 241fa7549d1b4500325130e3f632b6ac7a19f0b3 | |
parent | 0927678f55c9a50c296f7e6dae85e87b8236e155 [diff] |
PCI: fix AER capability check The 'use pci_find_ext_capability everywhere' cleanup brought a new bug, which makes the AER stop working. Fix it by actually using find_ext_cap instead of just find_cap. Drop the unused config space size define while we're at it. Signed-off-by: Yu Zhao <yu.zhao@intel.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>