Staging: rtl8192u: Replace printk() with pr_debug()
authorKsenija Stanojevic <ksenija.stanojevic@gmail.com>
Thu, 26 Feb 2015 23:03:02 +0000 (00:03 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Feb 2015 23:33:04 +0000 (15:33 -0800)
commit6518c10be952ef0afb95e5ea5d277458e273b662
tree0d9e704672743b81aa32cf20d41a73102890feda
parent6a3718cfd0f6608362f5aaea37f896ff629d0f43
Staging: rtl8192u: Replace printk() with pr_debug()

For dynamic debugging netdev_dbg(), dev_dbg() or  pr_debug() macro is
preferred over printk(), which is the raw way to print something.
Network system has it's own printk format, netdev_dbg, but in this case
function's argument list has no  pointer to a struct netdevice so
pr_debug is used instead.
Issue found by checkpatch.pl.

Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_wep.c
This page took 0.026545 seconds and 5 git commands to generate.