Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307957
b: refs/heads/master
c: 1b50f5f
h: refs/heads/master
i:
  307955: 2edd365
v: v3
  • Loading branch information
Venkatraman S authored and Chris Ball committed May 9, 2012
1 parent 2cca074 commit 7b7a7cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 3d93576e3442a2becb91290d62f1c105fec1150c
refs/heads/master: 1b50f5f392e31ab41a272ed3b438f603c09be3f0
4 changes: 2 additions & 2 deletions trunk/drivers/mmc/card/queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ static int mmc_queue_thread(void *d)
* on any queue on this host, and attempt to issue it. This may
* not be the queue we were asked to process.
*/
static void mmc_request(struct request_queue *q)
static void mmc_request_fn(struct request_queue *q)
{
struct mmc_queue *mq = q->queuedata;
struct request *req;
Expand Down Expand Up @@ -171,7 +171,7 @@ int mmc_init_queue(struct mmc_queue *mq, struct mmc_card *card,
limit = *mmc_dev(host)->dma_mask;

mq->card = card;
mq->queue = blk_init_queue(mmc_request, lock);
mq->queue = blk_init_queue(mmc_request_fn, lock);
if (!mq->queue)
return -ENOMEM;

Expand Down

0 comments on commit 7b7a7cd

Please sign in to comment.