From: Ksenija Stanojevic Date: Sat, 28 Feb 2015 11:48:27 +0000 (+0100) Subject: Staging: rtl8192u: Replace printk() with netdev_dbg() X-Git-Tag: omap-for-v4.1/fixes-rc1~165^2~138^2~783 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54160729c58408fedd762cde4579691731c2ae97;p=pandora-kernel.git Staging: rtl8192u: Replace printk() with netdev_dbg() For dynamic debugging netdev_dbg (if there is a ponterto 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