Whoops, make sure we have enough parenthesis.

Pointed out by:	bde
This commit is contained in:
Nate Williams 1997-02-21 01:29:32 +00:00
parent de33f84772
commit 9de5530881

View File

@ -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;