Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268454
b: refs/heads/master
c: 6f87cc6
h: refs/heads/master
v: v3
  • Loading branch information
Leonid V. Fedorenchik authored and Greg Kroah-Hartman committed Sep 16, 2011
1 parent ef1ab93 commit b5e46aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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: 75965b8f6fcb3f41b256c365d34ba1eca3cdbe93
refs/heads/master: 6f87cc6cd91a077cc9b6946cc1cb63032d15ecb4
18 changes: 9 additions & 9 deletions trunk/drivers/staging/cx25821/cx25821-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -1726,17 +1726,17 @@ static long video_ioctl_upstream9(struct file *file, unsigned int cmd,
dev->channel_select = data_from_user->channel_select;
dev->command = data_from_user->command;

switch (command) {
case UPSTREAM_START_VIDEO:
cx25821_start_upstream_video_ch1(dev, data_from_user);
break;
switch (command) {
case UPSTREAM_START_VIDEO:
cx25821_start_upstream_video_ch1(dev, data_from_user);
break;

case UPSTREAM_STOP_VIDEO:
cx25821_stop_upstream_video_ch1(dev);
break;
}
case UPSTREAM_STOP_VIDEO:
cx25821_stop_upstream_video_ch1(dev);
break;
}

return 0;
return 0;
}

static long video_ioctl_upstream10(struct file *file, unsigned int cmd,
Expand Down

0 comments on commit b5e46aa

Please sign in to comment.