diff options
author | Darron Broad <darron@kewl.org> | 2008-10-21 10:18:47 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-21 12:32:03 -0400 |
commit | 0fcd488d8d90d2332f9ff463929ec4b7676102b6 (patch) | |
tree | 3c98bd6dac2c1558c36250d65c0bbb16c2c4049b /drivers/media/video/cx88/cx88-dvb.c | |
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/video/cx88/cx88-dvb.c')
-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 6968ab0181aa..6170d27b4d90 100644 --- a/drivers/media/video/cx88/cx88-dvb.c +++ b/drivers/media/video/cx88/cx88-dvb.c | |||
@@ -1246,8 +1246,11 @@ fail_core: | |||
1246 | 1246 | ||
1247 | static int cx8802_dvb_remove(struct cx8802_driver *drv) | 1247 | static int cx8802_dvb_remove(struct cx8802_driver *drv) |
1248 | { | 1248 | { |
1249 | struct cx88_core *core = drv->core; | ||
1249 | struct cx8802_dev *dev = drv->core->dvbdev; | 1250 | struct cx8802_dev *dev = drv->core->dvbdev; |
1250 | 1251 | ||
1252 | dprintk( 1, "%s\n", __func__); | ||
1253 | |||
1251 | videobuf_dvb_unregister_bus(&dev->frontends); | 1254 | videobuf_dvb_unregister_bus(&dev->frontends); |
1252 | 1255 | ||
1253 | vp3054_i2c_remove(dev); | 1256 | vp3054_i2c_remove(dev); |