Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73660
b: refs/heads/master
c: 3cc2c17
h: refs/heads/master
v: v3
  • Loading branch information
Li Zefan authored and Linus Torvalds committed Nov 15, 2007
1 parent 2412d08 commit 9f1735e
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: 682d73f685536fdb09322dde8caad339480e7bad
refs/heads/master: 3cc2c17700c98b0af778566b0af6292b23b01430
2 changes: 1 addition & 1 deletion trunk/drivers/video/ps3fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ static int ps3fb_blank(int blank, struct fb_info *info)

static int ps3fb_get_vblank(struct fb_vblank *vblank)
{
memset(vblank, 0, sizeof(&vblank));
memset(vblank, 0, sizeof(*vblank));
vblank->flags = FB_VBLANK_HAVE_VSYNC;
return 0;
}
Expand Down

0 comments on commit 9f1735e

Please sign in to comment.