From: Rashika Kheria Date: Sat, 19 Oct 2013 07:45:53 +0000 (+0530) Subject: Staging: slicoss: Replace printk() with pr_debug() or dev_dbg() as required X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~162 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f6876cf9f2ad44557d07695cb5b13da2ce41343;p=pandora-kernel.git 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 Reviewed-by: Peter P Waskiewicz Jr Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed