commit | 3c2b8d180a47d041e9101ead27e49d237df0f1d1 | [log] [tgz] |
---|---|---|
author | Gerrit Renker <gerrit@erg.abdn.ac.uk> | Tue Jul 21 11:13:25 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 21 11:13:25 2009 -0700 |
tree | ba79cdac053d2555c77957faee22c3805b53fe91 | |
parent | cb24405e67e56cbef51b5e4d0bb0a0fde167261f [diff] |
mcastv6: Local variable shadows function argument The local variable 'idev' shadows the function argument 'idev' to ip6_mc_add_src(). Fixed by removing the local declaration, as pmc->idev should be identical with 'idev' passed as argument. Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk> Acked-by: David L Stevens <dlstevens@us.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>