Re: [PATCH v2 0/3] Fix -Wunused-but-set-variable in iwlwifi/pcie/trans and iwlwifi/mvm/rs

2016-11-08 Thread Coelho, Luciano
On Tue, 2016-11-08 at 21:49 -0800, Kirtika Ruchandani wrote:
> This patchset is part of the effort led by Arnd Bergmann to clean up
> warnings in the kernel. This and following patchsets will focus on 
> "-Wunused-but-set-variable" as it among the noisier ones. These were
> found compiling with W=1.
> 
> -- 
> Changes in v2:
> - Made the following changes suggested by Arnd in all 3 patches
>   1. Each patch has a unique subject line.
>   2. Add the commit that introduced/led to the warning with the "Fixes:" line.
>   3. cc linux-wireles, cc commit authors.
> 
> Kirtika Ruchandani (3):
>   iwlwifi: mvm: rs: Remove unused 'mvmvif'/'mvmsta' variables
>   iwlwifi: mvm: rs: Remove unused 'mcs' variable
>   iwlwifi: pcie: trans: Remove unused 'shift_param'
> 
>  drivers/net/wireless/intel/iwlwifi/mvm/rs.c | 10 +-
>  drivers/net/wireless/intel/iwlwifi/pcie/trans.c |  3 ---
>  2 files changed, 1 insertion(+), 12 deletions(-)

Thanks, Kirtika! I'll push these patches via our internal tree and
include them in my next pull request to Kalle.

-- 
Cheers,
Luca.

[PATCH v2 0/3] Fix -Wunused-but-set-variable in iwlwifi/pcie/trans and iwlwifi/mvm/rs

2016-11-08 Thread Kirtika Ruchandani
This patchset is part of the effort led by Arnd Bergmann to clean up
warnings in the kernel. This and following patchsets will focus on 
"-Wunused-but-set-variable" as it among the noisier ones. These were
found compiling with W=1.

-- 
Changes in v2:
- Made the following changes suggested by Arnd in all 3 patches
  1. Each patch has a unique subject line.
  2. Add the commit that introduced/led to the warning with the "Fixes:" line.
  3. cc linux-wireles, cc commit authors.

Kirtika Ruchandani (3):
  iwlwifi: mvm: rs: Remove unused 'mvmvif'/'mvmsta' variables
  iwlwifi: mvm: rs: Remove unused 'mcs' variable
  iwlwifi: pcie: trans: Remove unused 'shift_param'

 drivers/net/wireless/intel/iwlwifi/mvm/rs.c | 10 +-
 drivers/net/wireless/intel/iwlwifi/pcie/trans.c |  3 ---
 2 files changed, 1 insertion(+), 12 deletions(-)

-- 
2.8.0.rc3.226.g39d4020