commit | 7daa7624e3adeba0955141d95eef9d66c78e945f | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Feb 24 12:02:22 2017 +0100 |
committer | Luca Coelho <luciano.coelho@intel.com> | Tue Apr 25 22:36:26 2017 +0300 |
tree | 56c0570ac9465d0cf8a6c6d3493927bc45a3764d | |
parent | 5311a2476ef3e7ea4bc32d4f5f9ed118be624194 [diff] |
iwlwifi: mvm: avoid variable shadowing Remove an extra variable 'queue' that already exists. Also, since there are no code paths that use 'queue' without intializing it, remove the unnecessary zero initialization. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>