Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288177
b: refs/heads/master
c: 5b6b0ad
h: refs/heads/master
i:
  288175: 2797a2b
v: v3
  • Loading branch information
Sascha Hauer authored and Chris Ball committed Mar 4, 2012
1 parent cb4dcf0 commit 993930f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c84f15aed29d89995fd50ef37e19c7b88019d78f
refs/heads/master: 5b6b0ad6e572b32a641116aaa5f897ffebe31e44
5 changes: 3 additions & 2 deletions trunk/drivers/mmc/host/sdhci-esdhc-imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,9 @@ static void esdhc_writew_le(struct sdhci_host *host, u16 val, int reg)
imx_data->scratchpad = val;
return;
case SDHCI_COMMAND:
if ((host->cmd->opcode == MMC_STOP_TRANSMISSION)
&& (imx_data->flags & ESDHC_FLAG_MULTIBLK_NO_INT))
if ((host->cmd->opcode == MMC_STOP_TRANSMISSION ||
host->cmd->opcode == MMC_SET_BLOCK_COUNT) &&
(imx_data->flags & ESDHC_FLAG_MULTIBLK_NO_INT))
val |= SDHCI_CMD_ABORTCMD;

if (is_imx6q_usdhc(imx_data)) {
Expand Down

0 comments on commit 993930f

Please sign in to comment.