diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/media/video/msp3400-driver.h | 4 | ||||
| -rw-r--r-- | drivers/media/video/videocodec.h | 16 |
2 files changed, 10 insertions, 10 deletions
diff --git a/drivers/media/video/msp3400-driver.h b/drivers/media/video/msp3400-driver.h index 4e451049013d..545e4ac094f2 100644 --- a/drivers/media/video/msp3400-driver.h +++ b/drivers/media/video/msp3400-driver.h | |||
| @@ -90,8 +90,8 @@ struct msp_state { | |||
| 90 | /* thread */ | 90 | /* thread */ |
| 91 | struct task_struct *kthread; | 91 | struct task_struct *kthread; |
| 92 | wait_queue_head_t wq; | 92 | wait_queue_head_t wq; |
| 93 | int restart:1; | 93 | unsigned int restart:1; |
| 94 | int watch_stereo:1; | 94 | unsigned int watch_stereo:1; |
| 95 | }; | 95 | }; |
| 96 | 96 | ||
| 97 | /* msp3400-driver.c */ | 97 | /* msp3400-driver.c */ |
diff --git a/drivers/media/video/videocodec.h b/drivers/media/video/videocodec.h index 8c233720b6a5..97a3bbeda505 100644 --- a/drivers/media/video/videocodec.h +++ b/drivers/media/video/videocodec.h | |||
| @@ -222,14 +222,14 @@ M zr36055[1] 0001 0000c001 00000000 (zr36050[1]) | |||
| 222 | /* ========================= */ | 222 | /* ========================= */ |
| 223 | 223 | ||
| 224 | struct vfe_polarity { | 224 | struct vfe_polarity { |
| 225 | int vsync_pol:1; | 225 | unsigned int vsync_pol:1; |
| 226 | int hsync_pol:1; | 226 | unsigned int hsync_pol:1; |
| 227 | int field_pol:1; | 227 | unsigned int field_pol:1; |
| 228 | int blank_pol:1; | 228 | unsigned int blank_pol:1; |
| 229 | int subimg_pol:1; | 229 | unsigned int subimg_pol:1; |
| 230 | int poe_pol:1; | 230 | unsigned int poe_pol:1; |
| 231 | int pvalid_pol:1; | 231 | unsigned int pvalid_pol:1; |
| 232 | int vclk_pol:1; | 232 | unsigned int vclk_pol:1; |
| 233 | }; | 233 | }; |
| 234 | 234 | ||
| 235 | struct vfe_settings { | 235 | struct vfe_settings { |
