mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Merged from sys/dev/sio/sio.c revision 1.450.
This commit is contained in:
parent
98f59c0d12
commit
04fc672ad6
2 changed files with 4 additions and 2 deletions
|
|
@ -785,7 +785,8 @@ siodetach(dev)
|
|||
return (0);
|
||||
}
|
||||
com->gone = TRUE;
|
||||
ttygone(com->tp);
|
||||
if (com->tp)
|
||||
ttygone(com->tp);
|
||||
for (i = 0 ; i < 6; i++)
|
||||
destroy_dev(com->devs[i]);
|
||||
if (com->irqres) {
|
||||
|
|
|
|||
|
|
@ -785,7 +785,8 @@ siodetach(dev)
|
|||
return (0);
|
||||
}
|
||||
com->gone = TRUE;
|
||||
ttygone(com->tp);
|
||||
if (com->tp)
|
||||
ttygone(com->tp);
|
||||
for (i = 0 ; i < 6; i++)
|
||||
destroy_dev(com->devs[i]);
|
||||
if (com->irqres) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue