From 6518c10be952ef0afb95e5ea5d277458e273b662 Mon Sep 17 00:00:00 2001 From: Ksenija Stanojevic Date: Fri, 27 Feb 2015 00:03:02 +0100 Subject: [PATCH] Staging: rtl8192u: Replace printk() with pr_debug() For dynamic debugging netdev_dbg(), dev_dbg() or pr_debug() macro is preferred over printk(), which is the raw way to print something. Network system has it's own printk format, netdev_dbg, but in this case function's argument list has no pointer to a struct netdevice so pr_debug is used instead. Issue found by checkpatch.pl. Signed-off-by: Ksenija Stanojevic Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed