Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a911b1e authored by Thomas Bogendoerfer's avatar Thomas Bogendoerfer Committed by Ralf Baechle
Browse files

[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: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 7686ad56
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -150,7 +150,7 @@ static int __init sgiseeq_devinit(void)
		return res;
		return res;


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