2.4.36-stable kernel tree
Revision | cbb964167dc71c68385c578121ad0a5baec2d6ae (tree) |
---|---|
Zeit | 2007-02-25 16:41:29 |
Autor | Mariusz Kozlowski <m.kozlowski@tuxl...> |
Commiter | Willy Tarreau |
[PATCH] video sis parenthesis fix
Hello,
This patch removes an extra parenthesis in SetOEMLCDData() code.
Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
@@ -11679,7 +11679,7 @@ SetOEMLCDData(SiS_Private *SiS_Pr, PSIS_HW_INFO HwInfo, | ||
11679 | 11679 | UCHAR *ROMAddr = HwInfo->pjVirtualRomBase; |
11680 | 11680 | USHORT index,temp; |
11681 | 11681 | |
11682 | - if((SiS_Pr->SiS_UseROM) { | |
11682 | + if (SiS_Pr->SiS_UseROM) { | |
11683 | 11683 | if(!(ROMAddr[0x237] & 0x01)) return; |
11684 | 11684 | if(!(ROMAddr[0x237] & 0x04)) return; |
11685 | 11685 | /* No rom pointer in BIOS header! */ |