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

Commit 39012f68 authored by Alan Cox's avatar Alan Cox Committed by Jiri Kosina
Browse files

via: Remove bogus if check

parent 0f307323
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2628,7 +2628,8 @@ SiS_SetVCLKState(struct SiS_Private *SiS_Pr, unsigned short ModeNo,
      else if(VCLK >= 135) data = 0x02;

      if(SiS_Pr->ChipType == SIS_540) {
         if((VCLK == 203) || (VCLK < 234)) data = 0x02;
         /* Was == 203 or < 234 which made no sense */
         if (VCLK < 234) data = 0x02;
      }

      if(SiS_Pr->ChipType < SIS_315H) {