1
0
Fork 0

[MMC] Response to write commands is R1 nor R1b

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
wifi-calibration
Russell King 2005-11-04 18:43:39 +00:00 committed by Russell King
parent 0f3278d14f
commit 34cf9e3750
1 changed files with 0 additions and 1 deletions

View File

@ -203,7 +203,6 @@ static int mmc_blk_issue_rq(struct mmc_queue *mq, struct request *req)
brq.data.flags |= MMC_DATA_READ;
} else {
brq.cmd.opcode = MMC_WRITE_BLOCK;
brq.cmd.flags = MMC_RSP_R1B;
brq.data.flags |= MMC_DATA_WRITE;
brq.data.blocks = 1;
}