mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-20 00:11:22 +00:00
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>
This commit is contained in:
parent
6d75611231
commit
7dcb212eee
@ -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);
|
struct ov772x_priv *priv = container_of(icd, struct ov772x_priv, icd);
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
|
|
||||||
if (!priv->win)
|
if (!priv->win)
|
||||||
priv->win = &ov772x_win_vga;
|
priv->win = &ov772x_win_vga;
|
||||||
if (!priv->fmt)
|
if (!priv->fmt)
|
||||||
@ -690,7 +689,7 @@ static int ov772x_start_capture(struct soc_camera_device *icd)
|
|||||||
goto start_end;
|
goto start_end;
|
||||||
}
|
}
|
||||||
|
|
||||||
dev_info(&icd->dev,
|
dev_dbg(&icd->dev,
|
||||||
"format %s, win %s\n", priv->fmt->name, priv->win->name);
|
"format %s, win %s\n", priv->fmt->name, priv->win->name);
|
||||||
|
|
||||||
start_end:
|
start_end:
|
||||||
|
Loading…
Reference in New Issue
Block a user