aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/omap.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/omap.c')
-rw-r--r--drivers/mmc/omap.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/mmc/omap.c b/drivers/mmc/omap.c
index 1e5407d44dfd..d30540b27614 100644
--- a/drivers/mmc/omap.c
+++ b/drivers/mmc/omap.c
@@ -208,7 +208,7 @@ mmc_omap_start_command(struct mmc_omap_host *host, struct mmc_command *cmd)
208 break; 208 break;
209 case MMC_RSP_R1: 209 case MMC_RSP_R1:
210 case MMC_RSP_R1B: 210 case MMC_RSP_R1B:
211 /* resp 1, resp 1b */ 211 /* resp 1, 1b, 6, 7 */
212 resptype = 1; 212 resptype = 1;
213 break; 213 break;
214 case MMC_RSP_R2: 214 case MMC_RSP_R2:
@@ -217,9 +217,6 @@ mmc_omap_start_command(struct mmc_omap_host *host, struct mmc_command *cmd)
217 case MMC_RSP_R3: 217 case MMC_RSP_R3:
218 resptype = 3; 218 resptype = 3;
219 break; 219 break;
220 case MMC_RSP_R6:
221 resptype = 6;
222 break;
223 default: 220 default:
224 dev_err(mmc_dev(host->mmc), "Invalid response type: %04x\n", mmc_resp_type(cmd)); 221 dev_err(mmc_dev(host->mmc), "Invalid response type: %04x\n", mmc_resp_type(cmd));
225 break; 222 break;