mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
rtsx: Don't detach during shutdown
MFC after: 1 week
This commit is contained in:
parent
a10c85e0f9
commit
6b7718377b
1 changed files with 0 additions and 2 deletions
|
|
@ -3782,8 +3782,6 @@ rtsx_shutdown(device_t dev)
|
|||
if (bootverbose)
|
||||
device_printf(dev, "Shutdown\n");
|
||||
|
||||
rtsx_detach(dev);
|
||||
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue