Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Portenta_SDCARD] Mutex is not released on deinit failure #665

Closed
trik opened this issue Apr 21, 2023 · 0 comments · Fixed by #666
Closed

[Portenta_SDCARD] Mutex is not released on deinit failure #665

trik opened this issue Apr 21, 2023 · 0 comments · Fixed by #666

Comments

@trik
Copy link
Contributor

trik commented Apr 21, 2023

  int SDMMCBlockDevice::deinit()
  {
    lock();
    _sd_state = BSP_SD_DeInit ();
    if(_sd_state != MSD_OK) {
        debug_if (SD_DBG, "SD card deinitialization failed\n");
        return SD_BLOCK_DEVICE_ERROR;
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant