]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/mmc/card/block.c
mmc: remove confusing flag
[linux-2.6-omap-h63xx.git] / drivers / mmc / card / block.c
index 9abf29f8435b719c82a9069c1473b55f2ee6d23d..ab510689ecde7e0e709e242be821f2601e8d4514 100644 (file)
@@ -241,7 +241,6 @@ static int mmc_blk_issue_rq(struct mmc_queue *mq, struct request *req)
                        brq.data.blocks = 1;
 
                if (brq.data.blocks > 1) {
-                       brq.data.flags |= MMC_DATA_MULTI;
                        brq.mrq.stop = &brq.stop;
                        readcmd = MMC_READ_MULTIPLE_BLOCK;
                        writecmd = MMC_WRITE_MULTIPLE_BLOCK;