From 44f75450346fe9b8696971d5506493dd7e5bcec3 Mon Sep 17 00:00:00 2001 From: Senthilvadivu Date: Fri, 20 Nov 2009 18:27:11 -0600 Subject: OMAP4:DISPC remove print This removes a print message Signed-off-by: senthil --- drivers/video/omap2/dss/dispc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/video') 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); -- cgit v1.2.3