Skip to content

Commit

Permalink
Disabled CRCs
Browse files Browse the repository at this point in the history
  • Loading branch information
javilonas committed May 15, 2015
1 parent b18d1c5 commit eb79c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mmc/core/core.c
Expand Up @@ -76,7 +76,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);

/*
Expand Down

0 comments on commit eb79c0a

Please sign in to comment.