From c8d583737a52a24f6d35f7acc94f3a5bfacabc43 Mon Sep 17 00:00:00 2001 From: Thomas Bogendoerfer Date: Tue, 11 Sep 2007 12:46:03 +0200 Subject: [PATCH] --- yaml --- r: 64853 b: refs/heads/master c: 0ba8bc60ca482d678fcc63af44b243de6555dab5 h: refs/heads/master i: 64851: b16bc8c27984046f69b967a1927d309e838bfd61 v: v3 --- [refs] | 2 +- trunk/arch/mips/sgi-ip22/ip22-platform.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 4497b1d40869..702c565128fe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 98f9085405b059d1e1915fbb9b861d9efcd7c597 +refs/heads/master: 0ba8bc60ca482d678fcc63af44b243de6555dab5 diff --git a/trunk/arch/mips/sgi-ip22/ip22-platform.c b/trunk/arch/mips/sgi-ip22/ip22-platform.c index 78b608d2d4e1..28ffec8e5d1a 100644 --- a/trunk/arch/mips/sgi-ip22/ip22-platform.c +++ b/trunk/arch/mips/sgi-ip22/ip22-platform.c @@ -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 |