diff options
author | Darron Broad <darron@kewl.org> | 2008-10-21 11:18:47 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-21 14:32:03 -0200 |
commit | 0fcd488d8d90d2332f9ff463929ec4b7676102b6 (patch) | |
tree | 3c98bd6dac2c1558c36250d65c0bbb16c2c4049b /drivers/media | |
parent | 3007703db804b7e6e9f5e3cca9e3a661e0ff3eb2 (diff) |
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>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/cx88/cx88-dvb.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c index 6968ab0181a..6170d27b4d9 100644 --- a/drivers/media/video/cx88/cx88-dvb.c +++ b/drivers/media/video/cx88/cx88-dvb.c @@ -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); |