mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-05 02:27:39 +00:00
bdk: ums: use emmc_end instead of sdmmc_storage_end
This commit is contained in:
parent
2218ae228f
commit
50dd458cfd
@ -1944,7 +1944,7 @@ error:
|
|||||||
|
|
||||||
exit:
|
exit:
|
||||||
if (ums.lun.type == MMC_EMMC)
|
if (ums.lun.type == MMC_EMMC)
|
||||||
sdmmc_storage_end(ums.lun.storage);
|
emmc_end();
|
||||||
|
|
||||||
usb_ops.usbd_end(true, false);
|
usb_ops.usbd_end(true, false);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user