Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285284
b: refs/heads/master
c: 4a33b6f
h: refs/heads/master
v: v3
  • Loading branch information
Leonid V. Fedorenchik authored and Mauro Carvalho Chehab committed Nov 24, 2011
1 parent 633a176 commit 700dc06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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: a1937e191906c612e5675e52dd86c5a4b1d44a81
refs/heads/master: 4a33b6f8bdf3b5a17737f66eef79b595cf3541a3
7 changes: 5 additions & 2 deletions trunk/drivers/media/video/cx25821/cx25821-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -1829,8 +1829,11 @@ static long video_ioctl_set(struct file *file, unsigned int cmd,
struct downstream_user_struct *data_from_user;
int command;
int width = 720;
int selected_channel = 0, pix_format = 0, i = 0;
int cif_enable = 0, cif_width = 0;
int selected_channel = 0;
int pix_format = 0;
int i = 0;
int cif_enable = 0;
int cif_width = 0;
u32 value = 0;

data_from_user = (struct downstream_user_struct *)arg;
Expand Down

0 comments on commit 700dc06

Please sign in to comment.