Skip to content

Commit

Permalink
staging: vt6656: int.c: Put comment about DEBUG print define on same …
Browse files Browse the repository at this point in the history
…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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
jjuhl authored and gregkh committed Jul 6, 2012
1 parent c6058cb commit ea15b7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/staging/vt6656/int.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 ----------------------------*/

Expand Down

0 comments on commit ea15b7b

Please sign in to comment.