Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63044
b: refs/heads/master
c: cf795bf
h: refs/heads/master
v: v3
  • Loading branch information
Pierre Ossman committed Jul 25, 2007
1 parent 3a57512 commit f1f7dcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 67a61c484735de9bf4f099830ecb4ef2eca95c38
refs/heads/master: cf795bfb3ad4e2f8f6bb346aa8edb8272d4c70a2
2 changes: 2 additions & 0 deletions trunk/drivers/mmc/core/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,8 @@ void mmc_claim_host(struct mmc_host *host)
DECLARE_WAITQUEUE(wait, current);
unsigned long flags;

might_sleep();

add_wait_queue(&host->wq, &wait);
spin_lock_irqsave(&host->lock, flags);
while (1) {
Expand Down

0 comments on commit f1f7dcd

Please sign in to comment.