Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106734
b: refs/heads/master
c: 322e409
h: refs/heads/master
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Jul 26, 2008
1 parent 45c7e89 commit 994b304
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: 9c39d7eafa366b807067697f7fc5b14d8b865179
refs/heads/master: 322e4095c9261d4cf0326f10d8e398d05e66521c
1 change: 0 additions & 1 deletion trunk/drivers/media/video/arv.c
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,6 @@ static const struct file_operations ar_fops = {
};

static struct video_device ar_template = {
.owner = THIS_MODULE,
.name = "Colour AR VGA",
.type = VID_TYPE_CAPTURE,
.fops = &ar_fops,
Expand Down
1 change: 0 additions & 1 deletion trunk/sound/i2c/other/tea575x-tuner.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ void snd_tea575x_init(struct snd_tea575x *tea)
}

memset(&tea->vd, 0, sizeof(tea->vd));
tea->vd.owner = tea->card->module;
strcpy(tea->vd.name, tea->tea5759 ? "TEA5759 radio" : "TEA5757 radio");
tea->vd.type = VID_TYPE_TUNER;
tea->vd.release = snd_tea575x_release;
Expand Down

0 comments on commit 994b304

Please sign in to comment.