diff options
author | Liad Kaufman <liad.kaufman@intel.com> | 2014-05-08 16:24:54 +0400 |
---|---|---|
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2014-05-13 14:52:22 +0400 |
commit | 7f715626a9ddfa7df13f076f59fc62e3c99066cf (patch) | |
tree | 7c2c8eafc37975311f91aa21cb299030bf94af92 /fs/nfs_common | |
parent | a10229271946731959b2269370d0492d88cfab23 (diff) | |
download | linux-7f715626a9ddfa7df13f076f59fc62e3c99066cf.tar.xz |
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 <liad.kaufman@intel.com>
[rephrase commit message a bit]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Diffstat (limited to 'fs/nfs_common')
0 files changed, 0 insertions, 0 deletions