--- zzzz-none-000/linux-5.15.111/drivers/mmc/host/rtsx_pci_sdmmc.c 2023-05-11 14:00:40.000000000 +0000 +++ puma7-arm-6670-761/linux-5.15.111/drivers/mmc/host/rtsx_pci_sdmmc.c 2024-02-07 09:27:48.000000000 +0000 @@ -7,6 +7,11 @@ * Wei WANG */ +/* + * Includes Intel Corporation's changes/modifications dated: 2017. + * Changed/modified portions - Copyright (c) 2017, Intel Corporation. + */ + #include #include #include @@ -114,6 +119,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: