mmc: rtsx_pci: use new macro for R1 without CRC
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
parent
51b50c9616
commit
8c8d0ecbd8
|
@ -126,7 +126,7 @@ static int sd_response_type(struct mmc_command *cmd)
|
||||||
return SD_RSP_TYPE_R0;
|
return SD_RSP_TYPE_R0;
|
||||||
case MMC_RSP_R1:
|
case MMC_RSP_R1:
|
||||||
return SD_RSP_TYPE_R1;
|
return SD_RSP_TYPE_R1;
|
||||||
case MMC_RSP_R1 & ~MMC_RSP_CRC:
|
case MMC_RSP_R1_NO_CRC:
|
||||||
return SD_RSP_TYPE_R1 | SD_NO_CHECK_CRC7;
|
return SD_RSP_TYPE_R1 | SD_NO_CHECK_CRC7;
|
||||||
case MMC_RSP_R1B:
|
case MMC_RSP_R1B:
|
||||||
return SD_RSP_TYPE_R1b;
|
return SD_RSP_TYPE_R1b;
|
||||||
|
|
Loading…
Reference in New Issue