From: RongQing.Li Date: Sun, 1 Jul 2012 17:19:00 +0000 (+0000) Subject: dccp: remove unnecessary codes in ipv6.c X-Git-Tag: v3.2.75~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f276bbbe575e06eafcde349f9d92332690e4d2d;p=pandora-kernel.git dccp: remove unnecessary codes in ipv6.c commit 0979e465c5ab205b63a1c1820fe833f396a120f0 upstream. opt always equals np->opts, so it is meaningless to define opt, and check if opt does not equal np->opts and then try to free opt. Signed-off-by: RongQing.Li Acked-by: Eric Dumazet Signed-off-by: David S. Miller [bwh: Backported to 3.2: adjust context] Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed