Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43795
b: refs/heads/master
c: b860e73
h: refs/heads/master
i:
  43793: 338c41c
  43791: bf3324f
v: v3
  • Loading branch information
David Rientjes authored and Linus Torvalds committed Dec 8, 2006
1 parent ae919bc commit 4b1c78f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: af342e939d3244624d3e03ece2e6b8e9056dfb72
refs/heads/master: b860e73a5488d9e75c2f2907174cb4277c2f9d21
7 changes: 2 additions & 5 deletions trunk/drivers/video/sis/init301.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,11 +445,8 @@ SiS_CR36BIOSWord23d(struct SiS_Private *SiS_Pr)
void
SiS_DDC2Delay(struct SiS_Private *SiS_Pr, unsigned int delaytime)
{
unsigned int i, j;

for(i = 0; i < delaytime; i++) {
j += SiS_GetReg(SiS_Pr->SiS_P3c4,0x05);
}
while (delaytime-- > 0)
SiS_GetReg(SiS_Pr->SiS_P3c4, 0x05);
}

#if defined(SIS300) || defined(SIS315H)
Expand Down

0 comments on commit 4b1c78f

Please sign in to comment.