V4L/DVB (5161): Dvb-ttpci: call saa7146_vv_release() on exit
Call saa7146_vv_release() on exit. Signed-off-by: Marco Schluessler <marco@lordzodiac.de> Signed-off-by: Oliver Endriss <o.endriss@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Родитель
58af00456a
Коммит
e19c55ffb9
|
@ -824,8 +824,13 @@ int av7110_init_v4l(struct av7110 *av7110)
|
|||
|
||||
int av7110_exit_v4l(struct av7110 *av7110)
|
||||
{
|
||||
struct saa7146_dev* dev = av7110->dev;
|
||||
|
||||
saa7146_unregister_device(&av7110->v4l_dev, av7110->dev);
|
||||
saa7146_unregister_device(&av7110->vbi_dev, av7110->dev);
|
||||
|
||||
saa7146_vv_release(dev);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче