浏览代码

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>
Darron Broad 16 年之前
父节点
当前提交
0fcd488d8d
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      drivers/media/video/cx88/cx88-dvb.c

+ 3 - 0
drivers/media/video/cx88/cx88-dvb.c

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