--- zzzz-none-000/linux-4.9.279/drivers/mmc/host/rtsx_pci_sdmmc.c 2021-08-08 06:38:54.000000000 +0000 +++ puma7-arm-6591-750/linux-4.9.279/drivers/mmc/host/rtsx_pci_sdmmc.c 2023-02-08 10:58:13.000000000 +0000 @@ -19,6 +19,11 @@ * Wei WANG */ +/* + * Includes Intel Corporation's changes/modifications dated: 2017. + * Changed/modified portions - Copyright (c) 2017, Intel Corporation. + */ + #include #include #include @@ -126,6 +131,8 @@ return SD_RSP_TYPE_R0; case MMC_RSP_R1: return SD_RSP_TYPE_R1; + case MMC_RSP_R1 & ~MMC_RSP_CRC: + return SD_RSP_TYPE_R1 | SD_NO_CHECK_CRC7; case MMC_RSP_R1_NO_CRC: return SD_RSP_TYPE_R1 | SD_NO_CHECK_CRC7; case MMC_RSP_R1B: