aboutsummaryrefslogtreecommitdiff
path: root/sys/pccard
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1995-10-23 12:05:24 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1995-10-23 12:05:24 +0000
commit688444459d4673ab1692122264d80692c6164b17 (patch)
tree4e2de870dcf3d113ba8d1ca188a1914bf3dc53f4 /sys/pccard
parent820a9e2403ad8d2975f5ea19ae8528e7ad70145a (diff)
downloadsrc-688444459d4673ab1692122264d80692c6164b17.tar.gz
src-688444459d4673ab1692122264d80692c6164b17.zip
Fix a missing arg to untimeout.
Notes
Notes: svn path=/head/; revision=11714
Diffstat (limited to 'sys/pccard')
-rw-r--r--sys/pccard/pcic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c
index a5df02a1e352..071c17496018 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++) {