commit | efad21d2a2e9b69dfeee576cd01831e94290241c | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Mon Nov 03 15:51:47 2014 +0100 |
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Tue Nov 11 07:12:25 2014 +0200 |
tree | ca26d37055429cad572f1329db27e5a0a5d1dbfa | |
parent | 6ce73e6569d45755483b44033b985abf29d5a4db [diff] |
iwlwifi: mvm: rs: don't use shadowing variable The variable 'tid' is already defined in this function, so use just 't' for the new one. As we return from the function just overwriting 'tid' would be acceptable, but less obvious to the reader. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>