Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83585
b: refs/heads/master
c: 38a02f5
h: refs/heads/master
i:
  83583: 255167b
v: v3
  • Loading branch information
Ben Dooks authored and Linus Torvalds committed Feb 6, 2008
1 parent 45abdd1 commit e725a37
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: f62e770b25bdc24e18c9191fe2ca3e159036bd79
refs/heads/master: 38a02f560752a8a003baffafac9fde5f7bfdcdf8
2 changes: 1 addition & 1 deletion trunk/drivers/video/s3c2410fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ static int __init s3c2410fb_map_video_memory(struct fb_info *info)
dma_addr_t map_dma;
unsigned map_size = PAGE_ALIGN(info->fix.smem_len);

dprintk("map_video_memory(fbi=%p)\n", fbi);
dprintk("map_video_memory(fbi=%p) map_size %u\n", fbi, map_size);

info->screen_base = dma_alloc_writecombine(fbi->dev, map_size,
&map_dma, GFP_KERNEL);
Expand Down

0 comments on commit e725a37

Please sign in to comment.