mmc: use lock instead of claim in debug check
authorPierre Ossman <drzeus@drzeus.cx>
Tue, 8 May 2007 20:35:17 +0000 (22:35 +0200)
committerPierre 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