diff --git a/subsys/sd/sd_ops.c b/subsys/sd/sd_ops.c index 54f5b1a360f14..9daa1f1f0c21f 100644 --- a/subsys/sd/sd_ops.c +++ b/subsys/sd/sd_ops.c @@ -794,6 +794,7 @@ int card_ioctl(struct sd_card *card, uint8_t cmd, void *buf) * cache flush is not required here */ ret = sdmmc_wait_ready(card); + break; default: ret = -ENOTSUP; }