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:
05ce7bf
)
pcmcia: pcmcia_dev_present bugfix
author
Dominik Brodowski
<linux@dominikbrodowski.net>
Tue, 20 Apr 2010 12:49:01 +0000
(14:49 +0200)
committer
Dominik Brodowski
<linux@dominikbrodowski.net>
Wed, 21 Apr 2010 06:09:17 +0000
(08:09 +0200)
pcmcia_dev_present is in and by itself buggy. Add a note specifying
why it is broken, and replace the broken locking -- taking a mutex
is a bad idea in IRQ context, from which this function is rarely
called -- by an atomic_t.
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
No differences found