commit | 1f6876cf9f2ad44557d07695cb5b13da2ce41343 | [log] [tgz] |
---|---|---|
author | Rashika Kheria <rashika.kheria@gmail.com> | Sat Oct 19 13:15:53 2013 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Oct 19 14:45:08 2013 -0700 |
tree | 7d5e57b01e2062448329d22147e660057e3e0f86 | |
parent | 0217a889ed62846e61fc0e1ce1300204a04817cb [diff] |
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>