Loading drivers/mmc/core/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ static const unsigned freqs[] = { 400000, 300000 }; * 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); /* Loading Loading
drivers/mmc/core/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ static const unsigned freqs[] = { 400000, 300000 }; * 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); /* Loading