From: Yu Zhao Date: Sun, 19 Oct 2008 12:35:20 +0000 (+0800) Subject: PCI: fix AER capability check X-Git-Tag: v2.6.28-rc1~77^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=270c66be9b4a6f2be53ef3aec5dc8e7b07782ec9;p=pandora-kernel.git 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 Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed