diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-20 10:17:42 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-20 10:17:42 -0700 |
commit | 921974982a7aab561a1c3ff1763af7470874ba8e (patch) | |
tree | edaa9ea426f873fe817a9174996f9b1eeabb4728 /drivers/mmc/card | |
parent | 7d67474e506598fe26e0c262acf02132dc730517 (diff) | |
parent | 08c55e22df26ef1ae8cbe53fbca42476f18a8fdb (diff) | |
download | talos-obmc-linux-921974982a7aab561a1c3ff1763af7470874ba8e.tar.gz talos-obmc-linux-921974982a7aab561a1c3ff1763af7470874ba8e.zip |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc:
s3cmci: Add Ben Dooks/Simtec Electronics to header & copyright
s3cmci: fix continual accesses to host->pio_ptr
s3cmci: Support transfers which are not multiple of 32 bits.
s3cmci: cpufreq support
s3cmci: Make general protocol errors less noisy
mmc_block: tell block layer there is no seek penalty
Diffstat (limited to 'drivers/mmc/card')
-rw-r--r-- | drivers/mmc/card/queue.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/card/queue.c b/drivers/mmc/card/queue.c index 406989e992ba..7a72e75d5c67 100644 --- a/drivers/mmc/card/queue.c +++ b/drivers/mmc/card/queue.c @@ -132,6 +132,7 @@ int mmc_init_queue(struct mmc_queue *mq, struct mmc_card *card, spinlock_t *lock blk_queue_prep_rq(mq->queue, mmc_prep_request); blk_queue_ordered(mq->queue, QUEUE_ORDERED_DRAIN, NULL); + queue_flag_set_unlocked(QUEUE_FLAG_NONROT, mq->queue); #ifdef CONFIG_MMC_BLOCK_BOUNCE if (host->max_hw_segs == 1) { |