Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53576
b: refs/heads/master
c: d2b46f6
h: refs/heads/master
v: v3
  • Loading branch information
Pierre Ossman committed May 1, 2007
1 parent f519e25 commit f624187
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 3b91e5507cddaca53bccf1524ff11a0ac5c85531
refs/heads/master: d2b46f66b4b342be07a4194bd5e82384d07e470d
3 changes: 3 additions & 0 deletions trunk/drivers/mmc/card/queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ void mmc_cleanup_queue(struct mmc_queue *mq)
q->queuedata = NULL;
spin_unlock_irqrestore(q->queue_lock, flags);

/* Make sure the queue isn't suspended, as that will deadlock */
mmc_queue_resume(mq);

/* Then terminate our worker thread */
kthread_stop(mq->thread);

Expand Down

0 comments on commit f624187

Please sign in to comment.