summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic.c
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1997-02-21 01:29:32 +0000
committernate <nate@FreeBSD.org>1997-02-21 01:29:32 +0000
commit5bd7bd7fd0c5e1b14cfc3c83eebb185ead262fdb (patch)
tree8d9f06e169f84e3532840a6527d5e1c86aee6190 /sys/pccard/pcic.c
parentf20c59e7de58dbeb5a315d7332398336999d49d0 (diff)
downloadFreeBSD-src-5bd7bd7fd0c5e1b14cfc3c83eebb185ead262fdb.zip
FreeBSD-src-5bd7bd7fd0c5e1b14cfc3c83eebb185ead262fdb.tar.gz
Whoops, make sure we have enough parenthesis.
Pointed out by: bde
Diffstat (limited to 'sys/pccard/pcic.c')
-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 28aab93..b3615b5 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;
OpenPOWER on IntegriCloud