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:
41b97ab
)
pcmcia: avoid late calls to pccard_validate_cis
author
Dominik Brodowski
<linux@dominikbrodowski.net>
Sat, 17 Apr 2010 15:37:33 +0000
(17:37 +0200)
committer
Dominik Brodowski
<linux@dominikbrodowski.net>
Sat, 17 Apr 2010 15:37:33 +0000
(17:37 +0200)
pccard_validate_cis() nowadays destroys the CIS cache. Therefore,
calling it after card setup should be avoided. We can't control
the deprecated PCMCIA ioctl (which is only used on ARM nowadays),
but we can avoid -- and report -- any other calls.
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
No differences found