Skip to content

Commit 0b1fc33

Browse files
committed
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
* 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus: [MIPS] IP22: Fix detection of second HPC3 on Challenge S
2 parents b975dee + 4a911b1 commit 0b1fc33

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)