Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210919
b: refs/heads/master
c: fd02db9
h: refs/heads/master
i:
  210917: 1e1b383
  210915: 3d4b561
  210911: 9722796
v: v3
  • Loading branch information
Dan Rosenberg authored and Linus Torvalds committed Sep 23, 2010
1 parent a2bf598 commit 7baf901
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cb1dcc0ff4b57873210100fc9d70defa81af43d4
refs/heads/master: fd02db9de73faebc51240619c7c7f99bee9f65c7
3 changes: 3 additions & 0 deletions trunk/drivers/video/sis/sis_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1701,6 +1701,9 @@ static int sisfb_ioctl(struct fb_info *info, unsigned int cmd,
break;

case FBIOGET_VBLANK:

memset(&sisvbblank, 0, sizeof(struct fb_vblank));

sisvbblank.count = 0;
sisvbblank.flags = sisfb_setupvbblankflags(ivideo, &sisvbblank.vcount, &sisvbblank.hcount);

Expand Down

0 comments on commit 7baf901

Please sign in to comment.