Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84532e33 authored by Minjian Wu's avatar Minjian Wu Committed by Chris Ball
Browse files

mmc: core: Set data timeout for mmc bus test commands (CMD14 and CMD19).

parent 8efb83a2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -531,6 +531,7 @@ mmc_send_bus_test(struct mmc_card *card, struct mmc_host *host, u8 opcode,

	data.sg = &sg;
	data.sg_len = 1;
	mmc_set_data_timeout(&data, card);
	sg_init_one(&sg, data_buf, len);
	mmc_wait_for_req(host, &mrq);
	err = 0;