Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f7f04857 authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman
Browse files

staging: vt6656: wcmd replace debug message with dev_dbg

parent 4e3af0fa
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -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;