Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124567
b: refs/heads/master
c: 7dcb212
h: refs/heads/master
i:
  124565: c0d0705
  124563: 9928b7d
  124559: 8dd1fba
v: v3
  • Loading branch information
Kuninori Morimoto authored and Mauro Carvalho Chehab committed Dec 30, 2008
1 parent a1f78a4 commit d5602cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6d75611231fb22dbce0019310a9f3dc66918317e
refs/heads/master: 7dcb212eee1d3833073ba0458ca5a603b7b05cc5
3 changes: 1 addition & 2 deletions trunk/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 d5602cf

Please sign in to comment.