M7350v3_en_gpl

This commit is contained in:
T
2024-09-09 08:55:19 +00:00
parent 801e6d2ad8
commit 2d95e8761a
2791 changed files with 89608 additions and 390711 deletions

View File

@ -4531,14 +4531,11 @@ msmsdcc_check_status(unsigned long data)
" is ACTIVE_HIGH\n",
mmc_hostname(host->mmc),
host->oldstat, status);
/* [linyunfeng] 0 -> HZ >> 1, set debounce time */
mmc_detect_change(host->mmc, HZ >> 1);
mmc_detect_change(host->mmc, 0);
}
host->oldstat = status;
} else {
/* [linyunfeng] 0 -> HZ >> 1, set debounce time */
mmc_detect_change(host->mmc, HZ >> 1);
mmc_detect_change(host->mmc, 0);
}
}