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

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

staging: vt6656: power.c replace DBG_PRT debug messages



Replace with dev_dbg

Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b4ae135e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -42,8 +42,6 @@
#include "card.h"
#include "usbpipe.h"

static int msglevel = MSG_LEVEL_INFO;

/*
 *
 * Routine Description:
@@ -93,7 +91,7 @@ void vnt_enable_power_saving(struct vnt_private *priv, u16 listen_interval)
		vnt_mac_reg_bits_on(priv, MAC_REG_PSCTL, PSCTL_ALBCN);
	}

	DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO "PS:Power Saving Mode Enable...\n");
	dev_dbg(&priv->usb->dev,  "PS:Power Saving Mode Enable...\n");
}

/*