mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
Fix a missing arg to untimeout.
This commit is contained in:
parent
820a9e2403
commit
688444459d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11714
@ -248,7 +248,7 @@ pcic_unload()
|
||||
int slot;
|
||||
struct pcic_slot *cp = pcic_slots;
|
||||
|
||||
untimeout(pcictimeout);
|
||||
untimeout(pcictimeout,0);
|
||||
if (pcic_irq)
|
||||
{
|
||||
for (slot = 0; slot < PCIC_MAX_SLOTS; slot++, cp++) {
|
||||
|
Loading…
Reference in New Issue
Block a user