mirror of
https://github.com/X11Libre/xf86-video-sis.git
synced 2026-03-24 01:25:01 +00:00
Added forgotten missing 'else if'
Signed-off-by: Semenov Herman <GermanAizek@yandex.ru> Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-sis/-/merge_requests/35>
This commit is contained in:
committed by
Marge Bot
parent
597ef98b01
commit
0d0acc7d29
@@ -1460,7 +1460,7 @@ SiS_Get310DRAMType(struct SiS_Private *SiS_Pr)
|
|||||||
} else if(SiS_Pr->ChipType >= SIS_340) {
|
} else if(SiS_Pr->ChipType >= SIS_340) {
|
||||||
/* TODO */
|
/* TODO */
|
||||||
data = 0;
|
data = 0;
|
||||||
} if(SiS_Pr->ChipType >= SIS_661) {
|
} else if(SiS_Pr->ChipType >= SIS_661) {
|
||||||
if(SiS_Pr->SiS_ROMNew) {
|
if(SiS_Pr->SiS_ROMNew) {
|
||||||
data = ((SiS_GetReg(SiS_Pr->SiS_P3d4,0x78) & 0xc0) >> 6);
|
data = ((SiS_GetReg(SiS_Pr->SiS_P3d4,0x78) & 0xc0) >> 6);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user