Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20980
b: refs/heads/master
c: 16afe81
h: refs/heads/master
v: v3
  • Loading branch information
Antonino A. Daplas authored and Linus Torvalds committed Mar 11, 2006
1 parent b4ea006 commit e48a765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 604cc999fda36d6ff840e03dbc70244d2d17eee2
refs/heads/master: 16afe814a856e271628c5dfb4abbc318ec6b6f5f
2 changes: 1 addition & 1 deletion trunk/drivers/video/kyro/STG4000VTG.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
void DisableVGA(volatile STG4000REG __iomem *pSTGReg)
{
u32 tmp;
volatile u32 count, i;
volatile u32 count = 0, i;

/* Reset the VGA registers */
tmp = STG_READ_REG(SoftwareReset);
Expand Down

0 comments on commit e48a765

Please sign in to comment.