Skip to content

Commit 4a911b1

Browse files
tsbogendralfbaechle
authored andcommitted
[MIPS] IP22: Fix detection of second HPC3 on Challenge S
The second HPC3 could be found only on Guiness systems (Challenge-S), but not on fullhouse (Indigo2) systems. Signed-off-by: Thomas Bogendoerfer <[email protected]> Signed-off-by: Ralf Baechle <[email protected]>
1 parent 7686ad5 commit 4a911b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/mips/sgi-ip22/ip22-platform.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ static int __init sgiseeq_devinit(void)
150150
return res;
151151

152152
/* Second HPC is missing? */
153-
if (!ip22_is_fullhouse() ||
153+
if (ip22_is_fullhouse() ||
154154
get_dbe(tmp, (unsigned int *)&hpc3c1->pbdma[1]))
155155
return 0;
156156

0 commit comments

Comments
 (0)