]> asedeno.scripts.mit.edu Git - linux.git/commit
iwlwifi: pcie: reduce unwanted noise in the logs
authorLuca Coelho <luciano.coelho@intel.com>
Tue, 9 May 2017 20:47:18 +0000 (23:47 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 23 Jun 2017 09:20:39 +0000 (12:20 +0300)
commitd74a61fc6bed9698b10427a2424556f1cefb6135
tree8ff85caaffc49b0627302363653bc542da7d0cf7
parent4409e72b7113c891e4e28d432d4b459c02e88efb
iwlwifi: pcie: reduce unwanted noise in the logs

The driver prints "L1 Enabled - LTR Enabled" all the time as dev_info,
which is just useless noise in most cases.  Convert this to
IWL_DEBUG_POWER() so we don't pollute the log unnecessarily but still
can get this info on demand.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/pcie/trans.c