Skip to content

Commit

Permalink
V4L/DVB (8484): videodev: missed two more usages of the removed 'owne…
Browse files Browse the repository at this point in the history
…r' field.

Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
hverkuil authored and mchehab committed Jul 26, 2008
1 parent 9c39d7e commit 322e409
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion 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 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 322e409

Please sign in to comment.