iwlwifi: mvm: add missing mvm ref debug print
authorEliad Peller <eliad@wizery.com>
Tue, 25 Nov 2014 10:34:45 +0000 (12:34 +0200)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Mon, 1 Dec 2014 10:04:40 +0000 (12:04 +0200)
IWL_MVM_REF_PROTECT_CSA is missing from the ref strings
used by debugfs.

Signed-off-by: Eliad Peller <eliadx.peller@intel.com>
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/mvm/debugfs.c

index 5a0f104..33bf915 100644 (file)
@@ -1339,6 +1339,7 @@ static ssize_t iwl_dbgfs_d0i3_refs_read(struct file *file,
        PRINT_MVM_REF(IWL_MVM_REF_NMI);
        PRINT_MVM_REF(IWL_MVM_REF_TM_CMD);
        PRINT_MVM_REF(IWL_MVM_REF_EXIT_WORK);
+       PRINT_MVM_REF(IWL_MVM_REF_PROTECT_CSA);
 
        return simple_read_from_buffer(user_buf, count, ppos, buf, pos);
 }