Commit eff810f8 authored by Fabio M. De Francesco's avatar Fabio M. De Francesco Committed by Greg Kroah-Hartman
Browse files

staging: rtl8712: Replace printk() with netdev_dbg()



Replaced printk() with netdev_dbg() because the latter is preferred in
network devices drivers.

Suggested-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarFabio M. De Francesco <fmdefrancesco@gmail.com>
Link: https://lore.kernel.org/r/20210609135659.4054-1-fmdefrancesco@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 22a9f1c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ static void check_hw_pbc(struct _adapter *padapter)
		/* Here we only set bPbcPressed to true
		 * After trigger PBC, the variable will be set to false
		 */
		printk(KERN_DEBUG "CheckPbcGPIO - PBC is pressed !!!!\n");
		netdev_dbg(padapter->pnetdev, "CheckPbcGPIO - PBC is pressed !!!!\n");
		/* 0 is the default value and it means the application monitors
		 * the HW PBC doesn't provide its pid to driver.
		 */