FB/S3C2410: update debugging in S3C2410 framebuffer driver
authorBen Dooks <[email protected]>
Wed, 6 Feb 2008 09:39:42 +0000 (01:39 -0800)
committerLinus Torvalds <[email protected]>
Wed, 6 Feb 2008 18:41:17 +0000 (10:41 -0800)
Update the debugging in the s3c2410 framebuffer driver.

Signed-off-by: Ben Dooks <[email protected]>
Cc: "Antonino A. Daplas" <[email protected]>
Cc: Vincent Sanders <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/video/s3c2410fb.c

index 628b9e67f0cab3acbe21e8ece4d7aff37523ee63..86d2356952cf4d61ed386213c9de0a5131dddf56 100644 (file)
@@ -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);