Staging: slicoss: Replace printk() with pr_debug() or dev_dbg() as required
authorRashika Kheria <rashika.kheria@gmail.com>
Sat, 19 Oct 2013 07:45:53 +0000 (13:15 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 19 Oct 2013 21:45:08 +0000 (14:45 -0700)
commit1f6876cf9f2ad44557d07695cb5b13da2ce41343
tree7d5e57b01e2062448329d22147e660057e3e0f86
parent0217a889ed62846e61fc0e1ce1300204a04817cb
Staging: slicoss: Replace printk() with pr_debug() or dev_dbg() as required

This patch fixes the following checkpatch.pl warning in slicoss.c:
WARNING: Prefer netdev_dbg(netdev, ... then dev_dbg(dev, ... then
pr_debug(...  to printk(KERN_DEBUG ...

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/slicoss/slicoss.c