projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f62e770
)
FB/S3C2410: update debugging in S3C2410 framebuffer driver
author
Ben Dooks
<
[email protected]
>
Wed, 6 Feb 2008 09:39:42 +0000
(
01:39
-0800)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/drivers/video/s3c2410fb.c
b/drivers/video/s3c2410fb.c
index 628b9e67f0cab3acbe21e8ece4d7aff37523ee63..86d2356952cf4d61ed386213c9de0a5131dddf56 100644
(file)
--- 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)
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);