Skip to content

Commit

Permalink
mmc: disable crc for better performance
Browse files Browse the repository at this point in the history
Signed-off-by: umberto1978 <ur.tecnotop@gmail.com>
  • Loading branch information
googyanas authored and umberto1978 committed Jan 22, 2014
1 parent 2a1a985 commit cd92fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mmc/core/core.c
Expand Up @@ -46,7 +46,7 @@ static struct workqueue_struct *workqueue;
* performance cost, and for other reasons may not always be desired.
* So we allow it it to be disabled.
*/
int use_spi_crc = 1;
int use_spi_crc = 0;
module_param(use_spi_crc, bool, 0);

/*
Expand Down

0 comments on commit cd92fda

Please sign in to comment.