Skip to content

Commit 317de3d

Browse files
committed
Merge tag 'mmc-v5.18-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Pull MMC fix from Ulf Hansson: "MMC core: - Fix busy polling for MMC_SEND_OP_COND again" * tag 'mmc-v5.18-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc: mmc: core: Fix busy polling for MMC_SEND_OP_COND again
2 parents b851c1f + e949dee commit 317de3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/mmc/core/mmc_ops.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#define MMC_BKOPS_TIMEOUT_MS (120 * 1000) /* 120s */
2323
#define MMC_SANITIZE_TIMEOUT_MS (240 * 1000) /* 240s */
24-
#define MMC_OP_COND_PERIOD_US (1 * 1000) /* 1ms */
24+
#define MMC_OP_COND_PERIOD_US (4 * 1000) /* 4ms */
2525
#define MMC_OP_COND_TIMEOUT_MS 1000 /* 1s */
2626

2727
static const u8 tuning_blk_pattern_4bit[] = {

0 commit comments

Comments
 (0)