diff options
-rw-r--r-- | sys/pccard/pcic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c index a5df02a..071c174 100644 --- a/sys/pccard/pcic.c +++ b/sys/pccard/pcic.c @@ -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++) { |