mmc: Correct definition of R6
During development of SDHC support, it was discovered that the definition for R6 was incorrect. This patch fixes that and patches the drivers that do switch on the response type. Signed-off-by: Philip Langdale <philipl@overt.org> Cc: Alex Dubov <oakad@yahoo.com> Cc: Pavel Pisa <ppisa@pikron.com> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
This commit is contained in:
committed by
Pierre Ossman
parent
1b3b263184
commit
6f949909e8
@@ -351,9 +351,6 @@ static void imxmci_start_cmd(struct imxmci_host *host, struct mmc_command *cmd,
|
||||
case MMC_RSP_R3: /* short */
|
||||
cmdat |= CMD_DAT_CONT_RESPONSE_FORMAT_R3;
|
||||
break;
|
||||
case MMC_RSP_R6: /* short CRC */
|
||||
cmdat |= CMD_DAT_CONT_RESPONSE_FORMAT_R6;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user