From f2046f93db0918f99875853772142143590ba0c6 Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Mon, 18 Mar 2013 20:55:36 -0700 Subject: staging: vt6655: Remove commented out printks These are just noise in the code so remove them. Signed-off-by: Joe Perches Signed-off-by: Greg Kroah-Hartman --- drivers/staging/vt6655/channel.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'drivers/staging/vt6655/channel.c') diff --git a/drivers/staging/vt6655/channel.c b/drivers/staging/vt6655/channel.c index 569c648f481d..0005de8b795e 100644 --- a/drivers/staging/vt6655/channel.c +++ b/drivers/staging/vt6655/channel.c @@ -433,7 +433,6 @@ void init_channel_table(void *pDeviceHandler) case RF_AL2230S: case RF_UW2451: case RF_VT3226: - //printk("chester-false\n"); bMultiBand = false; break; case RF_AIROHA7230: @@ -581,14 +580,8 @@ bool set_channel(void *pDeviceHandler, unsigned int uConnectionChannel) } if (pDevice->eCurrentPHYType == PHY_TYPE_11B) { -#ifdef PLICE_DEBUG - //printk("Func:ChbSetChannel:call RFbSetPower:11B\n"); -#endif RFbSetPower(pDevice, RATE_1M, pDevice->byCurrentCh); } else { -#ifdef PLICE_DEBUG - //printk("Func:ChbSetChannel:call RFbSetPower\n"); -#endif RFbSetPower(pDevice, RATE_6M, pDevice->byCurrentCh); } -- cgit v1.2.3