projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b813b0c
)
[media] gspca - kinect: Remove the gspca_debug definition
author
Jean-François Moine
<moinejf@free.fr>
Wed, 10 Aug 2011 09:01:44 +0000
(06:01 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sun, 11 Sep 2011 12:25:22 +0000
(09:25 -0300)
The variable gspca_debug is defined and settable in gspca main.
Signed-off-by: Jean-François Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/kinect.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/gspca/kinect.c
b/drivers/media/video/gspca/kinect.c
index
9ed15a1
..
4fe51fd
100644
(file)
--- a/
drivers/media/video/gspca/kinect.c
+++ b/
drivers/media/video/gspca/kinect.c
@@
-36,11
+36,6
@@
MODULE_AUTHOR("Antonio Ospite <ospite@studenti.unina.it>");
MODULE_DESCRIPTION("GSPCA/Kinect Sensor Device USB Camera Driver");
MODULE_LICENSE("GPL");
-#ifdef GSPCA_DEBUG
-int gspca_debug = D_ERR | D_PROBE | D_CONF | D_STREAM | D_FRAM | D_PACK |
- D_USBI | D_USBO | D_V4L2;
-#endif
-
struct pkt_hdr {
uint8_t magic[2];
uint8_t pad;