diff options
| -rw-r--r-- | drivers/mmc/core/core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c index f4fdfde26..6b6c15d05 100644 --- a/drivers/mmc/core/core.c +++ b/drivers/mmc/core/core.c @@ -86,8 +86,8 @@ static const unsigned freqs[] = { 300000, 260000, 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; -module_param(use_spi_crc, bool, 0); +bool use_spi_crc = 0; +module_param(use_spi_crc, bool, 0644); /* * We normally treat cards as removed during suspend if they are not |
