staging: vt6656: wcmd replace debug message with dev_dbg
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4e3af0fa67
commit
f7f0485757
1 changed files with 2 additions and 5 deletions
|
@ -49,9 +49,6 @@
|
|||
#include "rf.h"
|
||||
#include "channel.h"
|
||||
|
||||
static int msglevel = MSG_LEVEL_INFO;
|
||||
//static int msglevel = MSG_LEVEL_DEBUG;
|
||||
|
||||
static int s_bCommandComplete(struct vnt_private *);
|
||||
|
||||
static void vCommandTimerWait(struct vnt_private *priv, unsigned long msecs)
|
||||
|
@ -108,8 +105,8 @@ void vRunCommand(struct work_struct *work)
|
|||
break;
|
||||
|
||||
case WLAN_CMD_CHANGE_ANTENNA_START:
|
||||
DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO
|
||||
"Change from Antenna%d to", (int)priv->dwRxAntennaSel);
|
||||
dev_dbg(&priv->usb->dev, "Change from Antenna%d to",
|
||||
priv->dwRxAntennaSel);
|
||||
|
||||
if (priv->dwRxAntennaSel == 0) {
|
||||
priv->dwRxAntennaSel = 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue