From: Gerrit Renker Date: Thu, 4 Oct 2007 21:42:19 +0000 (-0700) Subject: [CCID2]: Remove redundant case block X-Git-Tag: v2.6.24-rc1~1454^2~166 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c583248083c30c5305ec561e79f666ca465b376;p=pandora-kernel.git [CCID2]: Remove redundant case block skb's passed to ccid2_hc_tx_send_packet() are headerless, the packet type is decided later, in dccp_write_xmit(). Therefore the first test of the switch/case block is always true, the others are never reached. Signed-off-by: Gerrit Renker Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed