SD ops card_read() implementation does not need to unlock mutex, as this is managed by the calling function card_write_blocks. Remove this stray k_mutex_unlock() call. Fixes #72287 Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| mmc.c | ||
| sd_init.h | ||
| sd_ops.c | ||
| sd_ops.h | ||
| sd_utils.h | ||
| sd.c | ||
| sdio.c | ||
| sdmmc.c | ||