V4L/DVB (8484): videodev: missed two more usages of the removed 'owner' field.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
9c39d7eafa
commit
322e4095c9
@ -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;
|
||||
|
Reference in New Issue
Block a user