We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80d5d1 commit bdf933cCopy full SHA for bdf933c
drivers/mmc/core/sd.c
@@ -1273,14 +1273,6 @@ static int sd_flush_cache(struct mmc_host *host)
1273
1274
reg_buf = card->ext_reg_buf;
1275
1276
- /*
1277
- * Flushing requires sending CMD49 (adtc), which can't be done as a DCMD
1278
- * and conflicts with CQHCI - temporarily turn CQE off to use the SDHCI
1279
- * command/argument registers.
1280
- */
1281
- if (host->cqe_on)
1282
- host->cqe_ops->cqe_off(host);
1283
-
1284
/*
1285
* Set Flush Cache at bit 0 in the performance enhancement register at
1286
* 261 bytes offset.
0 commit comments