summaryrefslogtreecommitdiff
path: root/drivers/video
diff options
context:
space:
mode:
authorSenthilvadivu <svadivu@ti.com>2009-11-20 18:27:11 -0600
committerSantosh Shilimkar <santosh.shilimkar@ti.com>2009-11-21 14:23:47 +0530
commit44f75450346fe9b8696971d5506493dd7e5bcec3 (patch)
tree3857f637d927da5c44d6490768fc42f7ffec2423 /drivers/video
parenta2eb075ee9252272dd401dd5c8b4f1a647287757 (diff)
OMAP4:DISPC remove print
This removes a print message Signed-off-by: senthil <svadivu@ti.com>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/omap2/dss/dispc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/omap2/dss/dispc.c b/drivers/video/omap2/dss/dispc.c
index 93d10d15ec73..49d12f26ef05 100644
--- a/drivers/video/omap2/dss/dispc.c
+++ b/drivers/video/omap2/dss/dispc.c
@@ -2557,8 +2557,8 @@ static int _dispc_setup_plane(enum omap_plane plane,
tiler_height = height;
tiler_width = width;
}
- printk(KERN_INFO "w, h = %d %d\n", tiler_width, tiler_height);
-
+/* printk(KERN_INFO "w, h = %d %d\n", tiler_width, tiler_height);
+*/
paddr = tiler_reorient_topleft(tiler_get_natural_addr(paddr),
orient, tiler_width, tiler_height);