]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc1910c7628b3d12ad431326a5d8b523b4084f655
tree7d5e57b01e2062448329d22147e660057e3e0f86
parentd11519415142e1cdf5f00a3b8ef8028f80982a5c
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