Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186627
b: refs/heads/master
c: c424d46
h: refs/heads/master
i:
  186625: 2a0b1a9
  186623: 664026c
v: v3
  • Loading branch information
Alexander Beregalov authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent b8b8f24 commit 81364e6
Show file tree
Hide file tree
Showing 3 changed files with 5 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: 267c39c918cd0c239148a281d51693f47d2e1e54
refs/heads/master: c424d46fdc79df201707fe815aa8480751918025
3 changes: 2 additions & 1 deletion trunk/drivers/staging/cx25821/cx25821-audups11.c
Original file line number Diff line number Diff line change
Expand Up @@ -343,10 +343,11 @@ static int vidioc_s_ctrl(struct file *file, void *priv,
struct v4l2_control *ctl)
{
struct cx25821_fh *fh = priv;
struct cx25821_dev *dev = fh->dev;
struct cx25821_dev *dev;
int err;

if (fh) {
dev = fh->dev;
err = v4l2_prio_check(&dev->prio, &fh->prio);
if (0 != err)
return err;
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/staging/cx25821/cx25821-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -963,10 +963,11 @@ int cx25821_set_freq(struct cx25821_dev *dev, struct v4l2_frequency *f)
int vidioc_s_frequency(struct file *file, void *priv, struct v4l2_frequency *f)
{
struct cx25821_fh *fh = priv;
struct cx25821_dev *dev = fh->dev;
struct cx25821_dev *dev;
int err;

if (fh) {
dev = fh->dev;
err = v4l2_prio_check(&dev->prio, &fh->prio);
if (0 != err)
return err;
Expand Down

0 comments on commit 81364e6

Please sign in to comment.