diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-02-06 04:39:42 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-06 13:41:17 -0500 |
commit | 38a02f560752a8a003baffafac9fde5f7bfdcdf8 (patch) | |
tree | 6fda07a97efc2c3b067518e1d44e6f9aadf97c7a | |
parent | f62e770b25bdc24e18c9191fe2ca3e159036bd79 (diff) |
FB/S3C2410: update debugging in S3C2410 framebuffer driver
Update the debugging in the s3c2410 framebuffer driver.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Cc: Vincent Sanders <vince@simtec.co.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | drivers/video/s3c2410fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/s3c2410fb.c b/drivers/video/s3c2410fb.c index 628b9e67f0ca..86d2356952cf 100644 --- a/drivers/video/s3c2410fb.c +++ b/drivers/video/s3c2410fb.c | |||
@@ -670,7 +670,7 @@ static int __init s3c2410fb_map_video_memory(struct fb_info *info) | |||
670 | dma_addr_t map_dma; | 670 | dma_addr_t map_dma; |
671 | unsigned map_size = PAGE_ALIGN(info->fix.smem_len); | 671 | unsigned map_size = PAGE_ALIGN(info->fix.smem_len); |
672 | 672 | ||
673 | dprintk("map_video_memory(fbi=%p)\n", fbi); | 673 | dprintk("map_video_memory(fbi=%p) map_size %u\n", fbi, map_size); |
674 | 674 | ||
675 | info->screen_base = dma_alloc_writecombine(fbi->dev, map_size, | 675 | info->screen_base = dma_alloc_writecombine(fbi->dev, map_size, |
676 | &map_dma, GFP_KERNEL); | 676 | &map_dma, GFP_KERNEL); |