提交 34cf9e37 编写于 作者: R Russell King 提交者: Russell King

[MMC] Response to write commands is R1 nor R1b

Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 0f3278d1
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册