On Sun, 2019-08-18 at 16:55 +0300, Kalle Valo wrote: > Luca Coelho <luca@xxxxxxxxx> writes: > > > From: Shahar S Matityahu <shahar.s.matityahu@xxxxxxxxx> > > > > This file is included in a few source files, but its content > > is never used. Remove it. > > > > Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@xxxxxxxxx> > > Signed-off-by: Luca Coelho <luciano.coelho@xxxxxxxxx> > > --- > > drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/ops.c b/drivers/net/wireless/intel/iwlwifi/mvm/ops.c > > index bf0b9ee05c44..2aa5320e9d1a 100644 > > --- a/drivers/net/wireless/intel/iwlwifi/mvm/ops.c > > +++ b/drivers/net/wireless/intel/iwlwifi/mvm/ops.c > > @@ -414,6 +414,7 @@ static const struct iwl_hcmd_names iwl_mvm_legacy_names[] = { > > HCMD_NAME(SCAN_ITERATION_COMPLETE), > > HCMD_NAME(D0I3_END_CMD), > > HCMD_NAME(LTR_CONFIG), > > + HCMD_NAME(LDBG_CONFIG_CMD), > > }; > > > > /* Please keep this array *SORTED* by hex value. > > The commit log does not seem to match with the actual patch. Hmmm... somehow a different commit message creeped in. I'll fix it. -- Luca.