From: Gerrit Renker Date: Tue, 21 Jul 2009 18:13:25 +0000 (-0700) Subject: mcastv6: Local variable shadows function argument X-Git-Tag: v2.6.32-rc1~703^2~589 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c2b8d180a47d041e9101ead27e49d237df0f1d1;p=pandora-kernel.git 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 Acked-by: David L Stevens Signed-off-by: David S. Miller --- Reading git-diff-tree failed