Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 241863
b: refs/heads/master
c: 78e5156
h: refs/heads/master
i:
  241861: c304ac9
  241859: e25d34e
  241855: d1566f4
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Mar 21, 2011
1 parent c1f67b5 commit f9b73ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 0e09a3c92bfd54a6ac03f8225c4fd10f50111beb
refs/heads/master: 78e51566f0c56daa58f7bbe2591336b7d478c148
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/em28xx/em28xx-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ static int vidioc_s_ctrl(struct file *file, void *priv,
rc = em28xx_audio_analog_set(dev);
}
}
return rc;
return (rc < 0) ? rc : 0;
}

static int vidioc_g_tuner(struct file *file, void *priv,
Expand Down

0 comments on commit f9b73ef

Please sign in to comment.