Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144542687
D31262.1775323855.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
297 B
Referenced Files
None
Subscribers
None
D31262.1775323855.diff
View Options
diff --git a/sys/dev/mmc/mmc.c b/sys/dev/mmc/mmc.c
--- a/sys/dev/mmc/mmc.c
+++ b/sys/dev/mmc/mmc.c
@@ -271,6 +271,7 @@
struct mmc_softc *sc = device_get_softc(dev);
int err;
+ config_intrhook_drain(&sc->config_intrhook);
err = mmc_delete_cards(sc, true);
if (err != 0)
return (err);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 4, 5:30 PM (9 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28260583
Default Alt Text
D31262.1775323855.diff (297 B)
Attached To
Mode
D31262: mmc: fix intrhook not being cleaned up when booting without SD card in slot
Attached
Detach File
Event Timeline
Log In to Comment