From: Jesper Juhl Date: Wed, 27 Jun 2012 20:01:18 +0000 (+0200) Subject: staging: vt6656: int.c: Put comment about DEBUG print define on same line as code X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ea15b7b219b19c9ddb668ab3d5d727f46900605e;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git 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 Signed-off-by: Greg Kroah-Hartman --- 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 ----------------------------*/