Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219350
b: refs/heads/master
c: 2962fc0
h: refs/heads/master
v: v3
  • Loading branch information
Paul Walmsley authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent 1419a36 commit 9e6c656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: a06423c9a264d99345e1b5a04d5ced1168c609b8
refs/heads/master: 2962fc0120dc73a17fdf350754c9a3c15726baaa
4 changes: 1 addition & 3 deletions trunk/drivers/media/video/tvp5150.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ static int tvp5150_log_status(struct v4l2_subdev *sd)

static inline void tvp5150_selmux(struct v4l2_subdev *sd)
{
int opmode=0;
int opmode = 0;
struct tvp5150 *decoder = to_tvp5150(sd);
int input = 0;
unsigned char val;
Expand All @@ -289,12 +289,10 @@ static inline void tvp5150_selmux(struct v4l2_subdev *sd)
input |= 2;
/* fall through */
case TVP5150_COMPOSITE0:
opmode=0x30; /* TV Mode */
break;
case TVP5150_SVIDEO:
default:
input |= 1;
opmode=0; /* Auto Mode */
break;
}

Expand Down

0 comments on commit 9e6c656

Please sign in to comment.