aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/ov772x.c
diff options
context:
space:
mode:
authorKuninori Morimoto <morimoto.kuninori@renesas.com>2008-12-29 06:04:22 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-30 09:40:29 -0200
commit7dcb212eee1d3833073ba0458ca5a603b7b05cc5 (patch)
treeb1e95446a3a801b74cad1d71dfa5da5926bc4a9d /drivers/media/video/ov772x.c
parentV4L/DVB (10095): The failure of set_fmt is solved in tw9910 (diff)
downloadlinux-dev-7dcb212eee1d3833073ba0458ca5a603b7b05cc5.tar.xz
linux-dev-7dcb212eee1d3833073ba0458ca5a603b7b05cc5.zip
V4L/DVB (10096): ov772x: change dev_info to dev_dbg
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to '')
-rw-r--r--drivers/media/video/ov772x.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/video/ov772x.c b/drivers/media/video/ov772x.c
index 110cb9be09d6..e7fb553c906e 100644
--- a/drivers/media/video/ov772x.c
+++ b/drivers/media/video/ov772x.c
@@ -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: