From: Liad Kaufman Date: Thu, 8 May 2014 12:24:54 +0000 (+0300) Subject: iwlwifi: use dev_printk instead of dev_dbg for debug logs X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~122^2^2~41^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f715626a9ddfa7df13f076f59fc62e3c99066cf;p=pandora-kernel.git iwlwifi: use dev_printk instead of dev_dbg for debug logs When calling IWL_DEBUG_*() dev_dbg() is currently used, and this could result in the log being ignored no matter the internal loglevel, since dev_dbg() may get turned on or off based on the dynamic debug mechanism. Replace the dev_dbg() with dev_printk() since dynamic printing is pointless as we use our own debug level mechanism and there is just a single dev_dbg() call in the code. Signed-off-by: Liad Kaufman [rephrase commit message a bit] Signed-off-by: Johannes Berg Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed