Skip to content

Commit

Permalink
V4L/DVB (10096): ov772x: change dev_info to dev_dbg
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kuninori Morimoto authored and Mauro Carvalho Chehab committed Dec 30, 2008
1 parent 6d75611 commit 7dcb212
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/media/video/ov772x.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 7dcb212

Please sign in to comment.