From f909dcc3d3f94d736d13f974c0c18ccc28cf65aa Mon Sep 17 00:00:00 2001 From: scafroglia93 Date: Sat, 27 Aug 2016 14:26:41 +0200 Subject: Toggleable Software CRC --- drivers/mmc/core/core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/mmc/core') 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 -- cgit v1.2.3