OMAP2,3: DSS2: replace printk with dev_dbg in init
[pandora-kernel.git] / drivers / video / omap2 / dss / dispc.c
index 28ad68b..032e5dd 100644 (file)
@@ -3350,7 +3350,7 @@ static int omap_dispchw_probe(struct platform_device *pdev)
        dispc_save_context();
 
        rev = dispc_read_reg(DISPC_REVISION);
-       printk(KERN_INFO "OMAP DISPC rev %d.%d\n",
+       dev_dbg(&pdev->dev, "OMAP DISPC rev %d.%d\n",
               FLD_GET(rev, 7, 4), FLD_GET(rev, 3, 0));
 
        enable_clocks(0);