]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/video/ov772x.c
V4L/DVB (10096): ov772x: change dev_info to dev_dbg
[linux-2.6-omap-h63xx.git] / drivers / media / video / ov772x.c
index 110cb9be09d6b3da92d7bd3310970fe00f20fece..e7fb553c906e5fa5fef4faeb41c11b21b1a8df79 100644 (file)
@@ -637,7 +637,6 @@ static int ov772x_start_capture(struct soc_camera_device *icd)
        struct ov772x_priv *priv = container_of(icd, struct ov772x_priv, icd);
        int                 ret;
 
-
        if (!priv->win)
                priv->win = &ov772x_win_vga;
        if (!priv->fmt)
@@ -690,7 +689,7 @@ static int ov772x_start_capture(struct soc_camera_device *icd)
                        goto start_end;
        }
 
-       dev_info(&icd->dev,
+       dev_dbg(&icd->dev,
                 "format %s, win %s\n", priv->fmt->name, priv->win->name);
 
 start_end: