Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218976
b: refs/heads/master
c: 632cf92
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner authored and Chris Ball committed Oct 23, 2010
1 parent 74a50d7 commit 115a52e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 265cdc900ce93c0cd2465d751fe75ff2e55e126e
refs/heads/master: 632cf92a72fecda096d0f4608eaefb2c7392b744
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/card/queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ int mmc_init_queue(struct mmc_queue *mq, struct mmc_card *card, spinlock_t *lock
sg_init_table(mq->sg, host->max_segs);
}

init_MUTEX(&mq->thread_sem);
sema_init(&mq->thread_sem, 1);

mq->thread = kthread_run(mmc_queue_thread, mq, "mmcqd");
if (IS_ERR(mq->thread)) {
Expand Down

0 comments on commit 115a52e

Please sign in to comment.