Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181685
b: refs/heads/master
c: 906b101
h: refs/heads/master
i:
  181683: 4b9f042
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent a24b410 commit 5c80e67
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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: 4a9ce75516982b0a349df55f326bc0cee572ffc1
refs/heads/master: 906b101886b1b3d9e4d374aa84a67b7dbd349f16
8 changes: 4 additions & 4 deletions trunk/drivers/media/video/tw9910.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,10 @@ struct tw9910_hsync_ctrl {
};

struct tw9910_priv {
struct v4l2_subdev subdev;
struct tw9910_video_info *info;
const struct tw9910_scale_ctrl *scale;
u32 revision;
struct v4l2_subdev subdev;
struct tw9910_video_info *info;
const struct tw9910_scale_ctrl *scale;
u32 revision;
};

static const struct tw9910_scale_ctrl tw9910_ntsc_scales[] = {
Expand Down
4 changes: 2 additions & 2 deletions trunk/include/media/tw9910.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ enum tw9910_mpout_pin {
};

struct tw9910_video_info {
unsigned long buswidth;
enum tw9910_mpout_pin mpout;
unsigned long buswidth;
enum tw9910_mpout_pin mpout;
};


Expand Down

0 comments on commit 5c80e67

Please sign in to comment.