diff options
| author | scafroglia93 <scafroglia57@gmail.com> | 2016-08-27 14:26:41 +0200 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2016-09-01 12:06:59 +0200 |
| commit | f909dcc3d3f94d736d13f974c0c18ccc28cf65aa (patch) | |
| tree | b906725c1bef67edfa40b4325d9f999d430f893e | |
| parent | 5161562919f28b13239764455b6d594e9933263e (diff) | |
Toggleable Software CRC
| -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 |
