projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3007703
)
V4L/DVB (9334): cx88: dvb_remove debug output
author
Darron Broad
<darron@kewl.org>
Tue, 21 Oct 2008 14:18:47 +0000
(11:18 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Tue, 21 Oct 2008 16:32:03 +0000
(14:32 -0200)
Add debug output for dvb_remove enter.
Signed-off-by: Darron Broad <darron@kewl.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx88/cx88-dvb.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/cx88/cx88-dvb.c
b/drivers/media/video/cx88/cx88-dvb.c
index
6968ab0
..
6170d27
100644
(file)
--- 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);