diff options
Diffstat (limited to 'drivers/media/video')
-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: |