From: Johannes Berg Date: Mon, 3 Nov 2014 14:51:47 +0000 (+0100) Subject: iwlwifi: mvm: rs: don't use shadowing variable X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~28^2~58^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efad21d2a2e9b69dfeee576cd01831e94290241c;p=pandora-kernel.git 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 Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed