summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/rf.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-03-18 20:55:36 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-25 11:16:16 -0700
commitf2046f93db0918f99875853772142143590ba0c6 (patch)
tree2511b749dc5beedd96dde1f3d9575ab8efc2f688 /drivers/staging/vt6655/rf.c
parent00d0603cbd9aa1c9a28c9fe973d14f74e83ba646 (diff)
downloadlinux-f2046f93db0918f99875853772142143590ba0c6.tar.gz
linux-f2046f93db0918f99875853772142143590ba0c6.tar.xz
staging: vt6655: Remove commented out printks
These are just noise in the code so remove them. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655/rf.c')
-rw-r--r--drivers/staging/vt6655/rf.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/vt6655/rf.c b/drivers/staging/vt6655/rf.c
index df38abf508fd..3f3b5480e769 100644
--- a/drivers/staging/vt6655/rf.c
+++ b/drivers/staging/vt6655/rf.c
@@ -988,8 +988,6 @@ bool RFbSetPower(
//PLICE_DEBUG->
//byPwr+=5;
//PLICE_DEBUG <-
-
-//printk("Rate <11:byPwr is %d\n",byPwr);
break;
case RATE_6M:
case RATE_9M:
@@ -1015,8 +1013,6 @@ bool RFbSetPower(
//PLICE_DEBUG->
//byPwr+=5;
//PLICE_DEBUG<-
-
-//printk("Rate <24:byPwr is %d\n",byPwr);
break;
case RATE_24M:
case RATE_36M:
@@ -1027,7 +1023,6 @@ bool RFbSetPower(
//PLICE_DEBUG->
//byPwr+=5;
//PLICE_DEBUG<-
-//printk("Rate < 54:byPwr is %d\n",byPwr);
break;
}