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:
fa0b3bc
)
pcmcia: validate CIS, not CIS cache.
author
Dominik Brodowski
<linux@dominikbrodowski.net>
Sat, 2 Jan 2010 11:28:04 +0000
(12:28 +0100)
committer
Dominik Brodowski
<linux@dominikbrodowski.net>
Sun, 17 Jan 2010 17:30:09 +0000
(18:30 +0100)
In pccard_validate_cis(), validate the card CIS, not the CIS cache.
Also, destroy the CIS cache if pccard_validate_cis fails.
Furthermore, do not remove the fake CIS in destroy_cis_cache() but
do so explicitely in the code paths where it makes sense.
Tested-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
No differences found