From: Ksenija Stanojevic Date: Sat, 21 Feb 2015 11:24:38 +0000 (+0100) Subject: Staging: rtl8192u: Replace printk() with pr_debug() and netdev_dbg(). X-Git-Tag: omap-for-v4.1/fixes-rc1~165^2~138^2~929 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb99f8741d03cde77ad200583eb747d729295a71;p=pandora-kernel.git Staging: rtl8192u: Replace printk() with pr_debug() and netdev_dbg(). For dynamic debugging pr_debug() or netdev_dbg (if there is a ponter to 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed