diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2008-12-29 04:04:22 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-30 06:40:29 -0500 |
commit | 7dcb212eee1d3833073ba0458ca5a603b7b05cc5 (patch) | |
tree | b1e95446a3a801b74cad1d71dfa5da5926bc4a9d /drivers | |
parent | 6d75611231fb22dbce0019310a9f3dc66918317e (diff) |
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 'drivers')
-rw-r--r-- | drivers/media/video/ov772x.c | 3 |
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) | |||
637 | struct ov772x_priv *priv = container_of(icd, struct ov772x_priv, icd); | 637 | struct ov772x_priv *priv = container_of(icd, struct ov772x_priv, icd); |
638 | int ret; | 638 | int ret; |
639 | 639 | ||
640 | |||
641 | if (!priv->win) | 640 | if (!priv->win) |
642 | priv->win = &ov772x_win_vga; | 641 | priv->win = &ov772x_win_vga; |
643 | if (!priv->fmt) | 642 | if (!priv->fmt) |
@@ -690,7 +689,7 @@ static int ov772x_start_capture(struct soc_camera_device *icd) | |||
690 | goto start_end; | 689 | goto start_end; |
691 | } | 690 | } |
692 | 691 | ||
693 | dev_info(&icd->dev, | 692 | dev_dbg(&icd->dev, |
694 | "format %s, win %s\n", priv->fmt->name, priv->win->name); | 693 | "format %s, win %s\n", priv->fmt->name, priv->win->name); |
695 | 694 | ||
696 | start_end: | 695 | start_end: |