From: Archit Taneja Date: Mon, 16 May 2011 09:47:06 +0000 (+0530) Subject: OMAP: DSS2: DSI: Remove DISPC pixel clock related info in dsi_dump_clocks() X-Git-Tag: v3.0-rc1~166^2~20^2~13 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b6cbb02ed0b834c6e1f876e9223736965795fd3d;p=karo-tx-linux.git OMAP: DSS2: DSI: Remove DISPC pixel clock related info in dsi_dump_clocks() dsi_dump_clocks() prints lck and pck rates for the DISPC channel which it is connected to. Remove this since it is already printed by dispc_dump_clocks() in debugfs. Signed-off-by: Archit Taneja Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/video/omap2/dss/dsi.c b/drivers/video/omap2/dss/dsi.c index 85ec3d63a897..091b3184948e 100644 --- a/drivers/video/omap2/dss/dsi.c +++ b/drivers/video/omap2/dss/dsi.c @@ -1726,11 +1726,6 @@ static void dsi_dump_dsidev_clocks(struct platform_device *dsidev, seq_printf(s, "LP_CLK\t\t%lu\n", cinfo->lp_clk); - seq_printf(s, "VP_CLK\t\t%lu\n" - "VP_PCLK\t\t%lu\n", - dispc_lclk_rate(OMAP_DSS_CHANNEL_LCD), - dispc_pclk_rate(OMAP_DSS_CHANNEL_LCD)); - enable_clocks(0); }