Staging: rtl8192u: Replace printk() with pr_debug() and netdev_dbg().
authorKsenija Stanojevic <ksenija.stanojevic@gmail.com>
Sat, 21 Feb 2015 11:24:38 +0000 (12:24 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Feb 2015 21:24:15 +0000 (13:24 -0800)
commitfb99f8741d03cde77ad200583eb747d729295a71
tree54132d7ab617dd89ad62d1a11371a48c68eb3791
parentbf1c66e8158d36daf1598b9350a10b7a235252fa
Staging: rtl8192u: Replace printk() with pr_debug() and netdev_dbg().

For dynamic debugging pr_debug() or netdev_dbg (if there is a ponter
to a device net structure) is preferred over printk(), which is the
raw way to print something. 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.c
This page took 0.028347 seconds and 5 git commands to generate.