]> git.baikalelectronics.ru Git - kernel.git/commit
rtl8192u: fix printk calls in r8192U_core.c
authorXenia Ragiadakou <burzalodowa@gmail.com>
Sun, 26 May 2013 19:42:44 +0000 (22:42 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 May 2013 12:06:26 +0000 (21:06 +0900)
commit45fd142557df6573ef703a25ec47e85e7c682c6d
tree39f51d585f9b08c1555ecb6fd0e7cebd9bfc0688
parentd60b3a3020aa62522c5985e8be771c4bed2e2c2f
rtl8192u: fix printk calls in r8192U_core.c

This patch replaces calls to printk with their
corresponding calls to pr_<loglevel>(fmt, ...)
and netdev_<loglevel>(dev, fmt, ...), when it
is applicable, to make the log messages more
informative.

Also, it fixes some small typos and whitespaces
found in log messages.

Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r8192U_core.c