From: Norbert Kiesel Date: Mon, 27 Mar 2006 01:39:55 +0000 (-0800) Subject: [NET]: drop duplicate assignment in request_sock X-Git-Tag: v2.6.17-rc1~275^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3eb4801d7bde42b82f05137392a1ee0ece090bad;p=pandora-kernel.git [NET]: drop duplicate assignment in request_sock Just noticed that request_sock.[ch] contain a useless assignment of rskq_accept_head to itself. I assume this is a typo and the 2nd one was supposed to be _tail. However, setting _tail to NULL is not needed, so the patch below just drops the 2nd assignment. Signed-off-By: Norbert Kiesel Signed-off-by: Adrian Bunk Signed-off-by: David S. Miller --- Reading git-diff-tree failed