Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103903
b: refs/heads/master
c: dc5e42f
h: refs/heads/master
i:
  103901: 393c816
  103899: ba95574
  103895: 914dec9
  103887: ea76800
  103871: 4421a8b
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Jul 20, 2008
1 parent df37bd6 commit 521912a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e8b934de12989d1704e7df7ebb408a6021f08442
refs/heads/master: dc5e42fb20229487ef11fd6fa0cdb7b7d42170f6
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/ivtv/ivtv-streams.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ static int ivtv_prep_dev(struct ivtv *itv, int type)
if (itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT) {
s->v4l2dev->type |= VID_TYPE_MPEG_DECODER;
}
snprintf(s->v4l2dev->name, sizeof(s->v4l2dev->name), "ivtv%d",
itv->num);
snprintf(s->v4l2dev->name, sizeof(s->v4l2dev->name), "ivtv%d %s",
itv->num, s->name);

s->v4l2dev->minor = minor;
s->v4l2dev->dev = &itv->dev->dev;
Expand Down

0 comments on commit 521912a

Please sign in to comment.