Staging: rtl8192u: Replace printk() with netdev_dbg()
authorKsenija Stanojevic <ksenija.stanojevic@gmail.com>
Sat, 28 Feb 2015 11:48:27 +0000 (12:48 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 2 Mar 2015 01:07:05 +0000 (17:07 -0800)
commit54160729c58408fedd762cde4579691731c2ae97
treef3c7cb5f990536073d5ba773530d30e8d1a39332
parenteef638a1973976c450d4cb56ed7a35f59a035714
Staging: rtl8192u: Replace printk() with netdev_dbg()

For dynamic debugging netdev_dbg (if there is a ponterto 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/r8192U_wx.c
This page took 0.025997 seconds and 5 git commands to generate.