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>
This commit is contained in:
parent
eef638a197
commit
54160729c5
@ -139,7 +139,7 @@ static int r8192_wx_force_reset(struct net_device *dev,
|
||||
|
||||
down(&priv->wx_sem);
|
||||
|
||||
printk("%s(): force reset ! extra is %d\n", __func__, *extra);
|
||||
netdev_dbg(dev, "%s(): force reset ! extra is %d\n", __func__, *extra);
|
||||
priv->force_reset = *extra;
|
||||
up(&priv->wx_sem);
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user