Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64853
b: refs/heads/master
c: 0ba8bc6
h: refs/heads/master
i:
  64851: b16bc8c
v: v3
  • Loading branch information
Thomas Bogendoerfer authored and Ralf Baechle committed Sep 11, 2007
1 parent c2f5276 commit c8d5837
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 98f9085405b059d1e1915fbb9b861d9efcd7c597
refs/heads/master: 0ba8bc60ca482d678fcc63af44b243de6555dab5
4 changes: 2 additions & 2 deletions trunk/arch/mips/sgi-ip22/ip22-platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit c8d5837

Please sign in to comment.