Skip to content

Commit d63a1b6

Browse files
ctfrommnDhineshCool
authored andcommitted
Disable CRC check
1 parent 439f3dd commit d63a1b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/mmc/core/core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ static const unsigned freqs[] = { 400000, 300000, 200000, 100000 };
7373
* performance cost, and for other reasons may not always be desired.
7474
* So we allow it it to be disabled.
7575
*/
76-
bool use_spi_crc = 1;
76+
bool use_spi_crc = 0;
7777
module_param(use_spi_crc, bool, 0);
7878

7979
static int mmc_schedule_delayed_work(struct delayed_work *work,

0 commit comments

Comments
 (0)