Skip to content

Commit 5428a40

Browse files
committed
mmc: Merge branch fixes into next
Merge the mmc fixes for v6.6-rc[n] into the next branch, to allow them to get tested together with the new mmc changes that are targeted for v6.7. Signed-off-by: Ulf Hansson <[email protected]>
2 parents 5eb8323 + 57925e1 commit 5428a40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/mmc/host/meson-gx-mmc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,6 @@ static void meson_mmc_start_cmd(struct mmc_host *mmc, struct mmc_command *cmd)
801801

802802
cmd_cfg |= FIELD_PREP(CMD_CFG_CMD_INDEX_MASK, cmd->opcode);
803803
cmd_cfg |= CMD_CFG_OWNER; /* owned by CPU */
804-
cmd_cfg |= CMD_CFG_ERROR; /* stop in case of error */
805804

806805
meson_mmc_set_response_bits(cmd, &cmd_cfg);
807806

0 commit comments

Comments
 (0)