Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: vt6656: power.c replace DBG_PRT debug messages

Replace with dev_dbg

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Malcolm Priestley and committed by
Greg Kroah-Hartman
752b7daf b4ae135e

+1 -3
+1 -3
drivers/staging/vt6656/power.c
··· 42 42 #include "card.h" 43 43 #include "usbpipe.h" 44 44 45 - static int msglevel = MSG_LEVEL_INFO; 46 - 47 45 /* 48 46 * 49 47 * Routine Description: ··· 91 93 vnt_mac_reg_bits_on(priv, MAC_REG_PSCTL, PSCTL_ALBCN); 92 94 } 93 95 94 - DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO "PS:Power Saving Mode Enable...\n"); 96 + dev_dbg(&priv->usb->dev, "PS:Power Saving Mode Enable...\n"); 95 97 } 96 98 97 99 /*