Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83586
b: refs/heads/master
c: c0d4033
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks authored and Linus Torvalds committed Feb 6, 2008
1 parent e725a37 commit 8186e15
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: 38a02f560752a8a003baffafac9fde5f7bfdcdf8
refs/heads/master: c0d40335353e1c89c9c885e5af4d0be0f1a50483
2 changes: 1 addition & 1 deletion trunk/drivers/video/s3c2410fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ static int __init s3c2410fb_map_video_memory(struct fb_info *info)
/* prevent initial garbage on screen */
dprintk("map_video_memory: clear %p:%08x\n",
info->screen_base, map_size);
memset(info->screen_base, 0xf0, map_size);
memset(info->screen_base, 0x00, map_size);

info->fix.smem_start = map_dma;

Expand Down

0 comments on commit 8186e15

Please sign in to comment.