Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268461
b: refs/heads/master
c: d2a167c
h: refs/heads/master
i:
  268459: 3eb0032
v: v3
  • Loading branch information
Leonid V. Fedorenchik authored and Greg Kroah-Hartman committed Sep 16, 2011
1 parent d5112b0 commit 8973521
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 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: 2a51749fd57722db115e78399870d314dcb849bf
refs/heads/master: d2a167c8fc1c964d062de3b4ab6200acc3c0e404
28 changes: 14 additions & 14 deletions trunk/drivers/staging/cx25821/cx25821-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -1930,20 +1930,20 @@ static long cx25821_video_ioctl(struct file *file,

struct cx25821_fh *fh = file->private_data;

/* check to see if it's the video upstream */
if (fh->channel_id == SRAM_CH09) {
ret = video_ioctl_upstream9(file, cmd, arg);
return ret;
} else if (fh->channel_id == SRAM_CH10) {
ret = video_ioctl_upstream10(file, cmd, arg);
return ret;
} else if (fh->channel_id == SRAM_CH11) {
ret = video_ioctl_upstream11(file, cmd, arg);
ret = video_ioctl_set(file, cmd, arg);
return ret;
}

return video_ioctl2(file, cmd, arg);
/* check to see if it's the video upstream */
if (fh->channel_id == SRAM_CH09) {
ret = video_ioctl_upstream9(file, cmd, arg);
return ret;
} else if (fh->channel_id == SRAM_CH10) {
ret = video_ioctl_upstream10(file, cmd, arg);
return ret;
} else if (fh->channel_id == SRAM_CH11) {
ret = video_ioctl_upstream11(file, cmd, arg);
ret = video_ioctl_set(file, cmd, arg);
return ret;
}

return video_ioctl2(file, cmd, arg);
}

/* exported stuff */
Expand Down

0 comments on commit 8973521

Please sign in to comment.