|
@@ -150,8 +150,8 @@ static int __init sgiseeq_devinit(void)
|
|
|
return res;
|
|
|
|
|
|
/* Second HPC is missing? */
|
|
|
- if (ip22_is_fullhouse() ||
|
|
|
- !get_dbe(tmp, (unsigned int *)&hpc3c1->pbdma[1]))
|
|
|
+ if (!ip22_is_fullhouse() ||
|
|
|
+ get_dbe(tmp, (unsigned int *)&hpc3c1->pbdma[1]))
|
|
|
return 0;
|
|
|
|
|
|
sgimc->giopar |= SGIMC_GIOPAR_MASTEREXP1 | SGIMC_GIOPAR_EXP164 |
|