iwlwifi: mvm: rs: don't use shadowing variable
authorJohannes Berg <johannes.berg@intel.com>
Mon, 3 Nov 2014 14:51:47 +0000 (15:51 +0100)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 11 Nov 2014 05:12:25 +0000 (07:12 +0200)
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>

No differences found