aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mmc/mmc_subr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/mmc/mmc_subr.c')
-rw-r--r--sys/dev/mmc/mmc_subr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/mmc/mmc_subr.c b/sys/dev/mmc/mmc_subr.c
index 0a555cd74c97..fba99e791dff 100644
--- a/sys/dev/mmc/mmc_subr.c
+++ b/sys/dev/mmc/mmc_subr.c
@@ -112,6 +112,8 @@ mmc_wait_for_app_cmd(device_t busdev, device_t dev, uint16_t rca,
sc = device_get_softc(busdev);
+ cmd->flags |= MMC_CMD_IS_APP;
+
/* Squelch error reporting at lower levels, we report below. */
sc->squelched++;
do {