1
0
Fork 0

V4L/DVB (9334): cx88: dvb_remove debug output

Add debug output for dvb_remove enter.

Signed-off-by: Darron Broad <darron@kewl.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
hifive-unleashed-5.1
Darron Broad 2008-10-21 11:18:47 -03:00 committed by Mauro Carvalho Chehab
parent 3007703db8
commit 0fcd488d8d
1 changed files with 3 additions and 0 deletions

View File

@ -1246,8 +1246,11 @@ fail_core:
static int cx8802_dvb_remove(struct cx8802_driver *drv)
{
struct cx88_core *core = drv->core;
struct cx8802_dev *dev = drv->core->dvbdev;
dprintk( 1, "%s\n", __func__);
videobuf_dvb_unregister_bus(&dev->frontends);
vp3054_i2c_remove(dev);