Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31461
b: refs/heads/master
c: 0a11537
h: refs/heads/master
i:
  31459: 2c8429d
v: v3
  • Loading branch information
Randy Dunlap authored and Mauro Carvalho Chehab committed Jun 30, 2006
1 parent 599f3a9 commit 68df085
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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: 4987abed29247063bb70374e60916584a43975ef
refs/heads/master: 0a1153736f97db48e6bc9ab27e90b51ab50729c7
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/msp3400-driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ struct msp_state {
/* thread */
struct task_struct *kthread;
wait_queue_head_t wq;
int restart:1;
int watch_stereo:1;
unsigned int restart:1;
unsigned int watch_stereo:1;
};

/* msp3400-driver.c */
Expand Down
16 changes: 8 additions & 8 deletions trunk/drivers/media/video/videocodec.h
Original file line number Diff line number Diff line change
Expand Up @@ -222,14 +222,14 @@ M zr36055[1] 0001 0000c001 00000000 (zr36050[1])
/* ========================= */

struct vfe_polarity {
int vsync_pol:1;
int hsync_pol:1;
int field_pol:1;
int blank_pol:1;
int subimg_pol:1;
int poe_pol:1;
int pvalid_pol:1;
int vclk_pol:1;
unsigned int vsync_pol:1;
unsigned int hsync_pol:1;
unsigned int field_pol:1;
unsigned int blank_pol:1;
unsigned int subimg_pol:1;
unsigned int poe_pol:1;
unsigned int pvalid_pol:1;
unsigned int vclk_pol:1;
};

struct vfe_settings {
Expand Down

0 comments on commit 68df085

Please sign in to comment.