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 6942471 commit c641fa5Copy full SHA for c641fa5
include/linux/mmc/card.h
@@ -296,7 +296,6 @@ struct mmc_card {
296
#define MMC_QUIRK_BROKEN_SD_DISCARD (1<<14) /* Disable broken SD discard support */
297
#define MMC_QUIRK_BROKEN_SD_CACHE (1<<15) /* Disable broken SD cache support */
298
#define MMC_QUIRK_BROKEN_CACHE_FLUSH (1<<16) /* Don't flush cache until the write has occurred */
299
-#define MMC_QUIRK_ERASE_BROKEN (1<<31) /* Skip erase */
300
301
bool written_flag; /* Indicates eMMC has been written since power on */
302
bool reenable_cmdq; /* Re-enable Command Queue */
0 commit comments