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