Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58178
b: refs/heads/master
c: f057131
h: refs/heads/master
v: v3
  • Loading branch information
Jelle Foks authored and Mauro Carvalho Chehab committed Jul 3, 2007
1 parent ddb8c31 commit c159ded
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 333408f21590d50397f3004e3f87070fa8f52c51
refs/heads/master: f057131fb6eb2c45f6023e3da41ccd6e4e71aee9
2 changes: 2 additions & 0 deletions trunk/drivers/media/video/cx88/cx88-blackbird.c
Original file line number Diff line number Diff line change
Expand Up @@ -1034,6 +1034,8 @@ static int vidioc_g_tuner (struct file *file, void *priv,

if (unlikely(UNSET == core->tuner_type))
return -EINVAL;
if (0 != t->index)
return -EINVAL;

strcpy(t->name, "Television");
t->type = V4L2_TUNER_ANALOG_TV;
Expand Down

0 comments on commit c159ded

Please sign in to comment.