PATCH: not sure what the author was on ..

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 11 Jul 2003 19:07:51 +0100


diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.75/drivers/video/sis/init301.c linux-2.5.75-ac1/drivers/video/sis/init301.c
--- linux-2.5.75/drivers/video/sis/init301.c 2003-07-10 21:04:46.000000000 +0100
+++ linux-2.5.75-ac1/drivers/video/sis/init301.c 2003-07-11 13:43:45.000000000 +0100
@@ -5282,7 +5282,7 @@
#ifdef SIS315H /* 310/325 series */

if(SiS_Pr->SiS_IF_DEF_CH70xx != 0) {
- temp = temp = SiS_GetCH701x(SiS_Pr,0x61);
+ temp = SiS_GetCH701x(SiS_Pr,0x61);
if(temp < 1) {
SiS_SetCH701x(SiS_Pr,0xac76);
SiS_SetCH701x(SiS_Pr,0x0066);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/