diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c index 96cd61f2a33..17a975738f5 100644 --- a/sys/pccard/pccard.c +++ b/sys/pccard/pccard.c @@ -298,7 +298,7 @@ disable_slot(struct slot *sp) INTRUNMASK(*devp->drv->imask,(1<irq)); /* Remove from the PCIC controller imask */ if (sp->ctrl->imask) - INTRUNMASK(*(sp->ctrl->imask), (i<irq)); + INTRUNMASK(*(sp->ctrl->imask), (1<irq)); sp->irq = 0; } splx(s);