git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0927678
)
PCI: fix AER capability check
author
Yu Zhao
<yu.zhao@intel.com>
Sun, 19 Oct 2008 12:35:20 +0000
(20:35 +0800)
committer
Jesse Barnes
<jbarnes@virtuousgeek.org>
Mon, 20 Oct 2008 18:01:52 +0000
(11:01 -0700)
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>
No differences found