commit | 6d7a6ea8a87d90158fbdcf72ca500b596689ddc0 | [log] [tgz] |
---|---|---|
author | Daniel DeGrasse <daniel.degrasse@nxp.com> | Tue May 14 16:15:45 2024 -0500 |
committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Thu May 16 09:21:18 2024 +0200 |
tree | af7597c962131e5171716c8d48beec0573a487ea | |
parent | 3b718bf1fe55c9c2c21f813c38152e9eee25e4c2 [diff] |
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>