mirror of
https://github.com/fail0verflow/mini.git
synced 2024-11-05 19:25:12 +01:00
already done. i just forgot to remove the TODO
This commit is contained in:
parent
9f7849ec5f
commit
5346a42d2d
2
sdhc.c
2
sdhc.c
@ -1055,8 +1055,6 @@ sdhc_intr(void *arg)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Wake up the sdmmc event thread to scan for cards.
|
* Wake up the sdmmc event thread to scan for cards.
|
||||||
* TODO: move request to slow queue to make sure that
|
|
||||||
* we're not blocking other IRQs
|
|
||||||
*/
|
*/
|
||||||
if (ISSET(status, SDHC_CARD_REMOVAL|SDHC_CARD_INSERTION)) {
|
if (ISSET(status, SDHC_CARD_REMOVAL|SDHC_CARD_INSERTION)) {
|
||||||
ipc_request req;
|
ipc_request req;
|
||||||
|
Loading…
Reference in New Issue
Block a user