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:
790864d
)
mmc: use lock instead of claim in debug check
author
Pierre Ossman
<drzeus@drzeus.cx>
Tue, 8 May 2007 20:35:17 +0000
(22:35 +0200)
committer
Pierre Ossman
<drzeus@drzeus.cx>
Tue, 8 May 2007 20:42:57 +0000
(22:42 +0200)
As mmc_detect_change() can be called from irq context, using
claim (which can sleep) is inherently unsafe. Use the host
spinlock instead, which also is faster.
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
No differences found