From: Benjamin Thery Date: Tue, 11 Nov 2008 00:34:11 +0000 (-0800) Subject: ipv6: fix ip6_mr_init error path X-Git-Tag: v2.6.28-rc5~90^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87b30a6530218cde431a659f2c118cb72175507c;p=pandora-kernel.git ipv6: fix ip6_mr_init error path The order of cleanup operations in the error/exit section of ip6_mr_init() is completely inversed. It should be the other way around. Also a del_timer() is missing in the error path. Signed-off-by: Benjamin Thery Signed-off-by: David S. Miller --- Reading git-diff-tree failed