Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <ulf.hansson@linaro.org>

-1
-1
drivers/mmc/host/meson-gx-mmc.c
··· 801 801 802 802 cmd_cfg |= FIELD_PREP(CMD_CFG_CMD_INDEX_MASK, cmd->opcode); 803 803 cmd_cfg |= CMD_CFG_OWNER; /* owned by CPU */ 804 - cmd_cfg |= CMD_CFG_ERROR; /* stop in case of error */ 805 804 806 805 meson_mmc_set_response_bits(cmd, &cmd_cfg); 807 806