mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Whoops, make sure we have enough parenthesis.
Pointed out by: bde
This commit is contained in:
parent
de33f84772
commit
9de5530881
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue