This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree:
Subject: [media] gspca - kinect: Remove the gspca_debug definition Author: Jean-François Moine <[email protected]> Date: Wed Aug 10 06:01:44 2011 -0300 The variable gspca_debug is defined and settable in gspca main. Signed-off-by: Jean-François Moine <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> drivers/media/video/gspca/kinect.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) --- http://git.linuxtv.org/media_tree.git?a=commitdiff;h=d701a48a4bbcf7a4ac8c1b7d9adc9c2028cbea84 diff --git a/drivers/media/video/gspca/kinect.c b/drivers/media/video/gspca/kinect.c index 9ed15a1..4fe51fd 100644 --- a/drivers/media/video/gspca/kinect.c +++ b/drivers/media/video/gspca/kinect.c @@ -36,11 +36,6 @@ MODULE_AUTHOR("Antonio Ospite <[email protected]>"); 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; _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
