The patch number 10096 was added via Guennadi Liakhovetski 
<g.liakhovet...@gmx.de>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        v4l-dvb-maintai...@linuxtv.org

------

From: Kuninori Morimoto  <morimoto.kunin...@renesas.com>
ov772x: change dev_info to dev_dbg

Signed-off-by: Kuninori Morimoto <morimoto.kunin...@renesas.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovet...@gmx.de>
---
 drivers/media/video/ov772x.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


---

 linux/drivers/media/video/ov772x.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff -r 919a8a59f139 -r b976b5506c3a linux/drivers/media/video/ov772x.c
--- a/linux/drivers/media/video/ov772x.c        Mon Dec 29 10:04:16 2008 +0100
+++ b/linux/drivers/media/video/ov772x.c        Mon Dec 29 10:04:22 2008 +0100
@@ -637,7 +637,6 @@ static int ov772x_start_capture(struct s
        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 s
                        goto start_end;
        }
 
-       dev_info(&icd->dev,
+       dev_dbg(&icd->dev,
                 "format %s, win %s\n", priv->fmt->name, priv->win->name);
 
 start_end:


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/b976b5506c3ad47b02d722291b0404d085b6d4b3

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to