]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: mvm: constify the parameters of a few functions in fw-dbg.c
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 5 Jan 2016 07:14:08 +0000 (09:14 +0200)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Thu, 7 Jan 2016 17:01:32 +0000 (19:01 +0200)
commit74917426204f3b3f22195f4052d16fcdc9cb330a
treee3e8751cdda2ab171897af35c2a56130ba7b3058
parent646872a72e660d58f146235d0a9d41c412a1b113
iwlwifi: mvm: constify the parameters of a few functions in fw-dbg.c

The debug functions of fw-dbg.c don't really need to modify
the trigger and the description they receive as a parameter.
Constify the pointers.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/intel/iwlwifi/iwl-trans.h
drivers/net/wireless/intel/iwlwifi/mvm/fw-dbg.c
drivers/net/wireless/intel/iwlwifi/mvm/fw-dbg.h
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
drivers/net/wireless/intel/iwlwifi/pcie/trans.c