From fb99f8741d03cde77ad200583eb747d729295a71 Mon Sep 17 00:00:00 2001 From: Ksenija Stanojevic Date: Sat, 21 Feb 2015 12:24:38 +0100 Subject: [PATCH] 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-format-patch failed