diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c index 28aab93d7e98..b3615b55eeb4 100644 --- a/sys/pccard/pcic.c +++ b/sys/pccard/pcic.c @@ -575,7 +575,7 @@ pcic_probe(void) * ones would need to be probed at the new offset we set after * we assume it's broken. */ - if ((slot == 1) && is_vlsi && (getb(sp, PCIC_ID_REV != 0x84)) { + if ((slot == 1) && is_vlsi && (getb(sp, PCIC_ID_REV != 0x84))) { sp->index += 4; sp->data += 4; sp->offset = PCIC_SLOT_SIZE << 1;