commit | 3d82b15608ad97627ced4d3bd42ae10297c2f87d | [log] [tgz] |
---|---|---|
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Fri May 27 08:40:27 2011 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Jun 01 15:36:33 2011 -0400 |
tree | d9a94332b40864bd94c7d69b331212c5d2238aef | |
parent | 2b9253d2a0439bd247d9384921ff23e7ac6bba52 [diff] |
iwlagn: solve sparse warning Remove local variable that was shadowing another one sta_priv hasn't changed since the beginning of the function, so don't define another pointer with the same name to the same variable Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>