summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/int.c
diff options
context:
space:
mode:
authorJesper Juhl2012-06-27 22:01:18 +0200
committerGreg Kroah-Hartman2012-07-07 01:10:54 +0200
commitea15b7b219b19c9ddb668ab3d5d727f46900605e (patch)
tree96f543650bd195653624f102255bd05317da8634 /drivers/staging/vt6656/int.c
parentstaging: vt6656: int.h: Fix indentation and spacing (diff)
downloadkernel-qcow2-linux-ea15b7b219b19c9ddb668ab3d5d727f46900605e.tar.gz
kernel-qcow2-linux-ea15b7b219b19c9ddb668ab3d5d727f46900605e.tar.xz
kernel-qcow2-linux-ea15b7b219b19c9ddb668ab3d5d727f46900605e.zip
staging: vt6656: int.c: Put comment about DEBUG print define on same line as code
A small comment at the end of the line, mentioning the debug level, is enough - no need to repeat the entire line of code just for that. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/int.c')
-rw-r--r--drivers/staging/vt6656/int.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/vt6656/int.c b/drivers/staging/vt6656/int.c
index 36ed23407030..286ac3e46075 100644
--- a/drivers/staging/vt6656/int.c
+++ b/drivers/staging/vt6656/int.c
@@ -41,8 +41,7 @@
#include "usbpipe.h"
/*--------------------- Static Definitions -------------------------*/
-/* static int msglevel = MSG_LEVEL_DEBUG; */
-static int msglevel = MSG_LEVEL_INFO;
+static int msglevel = MSG_LEVEL_INFO; /* MSG_LEVEL_DEBUG */
/*--------------------- Static Classes ----------------------------*/