Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137910
b: refs/heads/master
c: 320a464
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent bb6a584 commit ae3eeee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e23b290716ad9355d9f17b569c8c9e659ff68aa7
refs/heads/master: 320a46485c83e70e374afa8bdfe8cd39a801cd5d
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/tvp514x.c
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ static int ioctl_s_routing(struct v4l2_int_device *s,
break; /* Input detected */
}

if ((current_std == STD_INVALID) || (try_count < 0))
if ((current_std == STD_INVALID) || (try_count <= 0))
return -EINVAL;

decoder->current_std = current_std;
Expand Down

0 comments on commit ae3eeee

Please sign in to comment.