diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c index 5e5550e7c76d..ee1fb43cf1c6 100755 --- a/drivers/mmc/core/core.c +++ b/drivers/mmc/core/core.c @@ -77,7 +77,7 @@ static const unsigned freqs[] = { 400000, 300000, 200000, 100000 }; * performance cost, and for other reasons may not always be desired. * So we allow it it to be disabled. */ -bool use_spi_crc = 1; +bool use_spi_crc = 0; module_param(use_spi_crc, bool, 0); static int mmc_schedule_delayed_work(struct delayed_work *work,