zephyr/subsys/sd
Daniel DeGrasse 6d7a6ea8a8 sd: sd_ops: remove additional unlock call within card_read()
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>
2024-05-16 09:21:18 +02:00
..
CMakeLists.txt
Kconfig
mmc.c
sd_init.h
sd_ops.c sd: sd_ops: remove additional unlock call within card_read() 2024-05-16 09:21:18 +02:00
sd_ops.h sd: update comment to reference 'SD host controller specification' 2024-01-25 20:13:25 +01:00
sd_utils.h
sd.c sd: omit zero-initialization for sdhc_command and sdhc_data structures 2024-01-25 20:13:25 +01:00
sdio.c sd: sdio: rework frequency and timing selection logic 2024-05-16 09:21:03 +02:00
sdmmc.c sd: sdmmc: rework frequency and timing selection logic 2024-05-16 09:21:03 +02:00