From: Gerrit Renker Date: Tue, 20 Mar 2007 16:10:15 +0000 (-0300) Subject: [CCID3]: Remove redundant `len' test X-Git-Tag: v2.6.22-rc1~1128^2~240 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=353b13e10a3f1a18c6b33858fb3337bcd2692eb5;p=pandora-kernel.git [CCID3]: Remove redundant `len' test Since CCID3 avoids sending 0-byte data packets (cf. ccid3_hc_tx_send_packet), testing for zero-payload length, as performed by ccid3_hc_tx_update_s, is redundant - hence removed by this patch. Signed-off-by: Gerrit Renker Acked-by: Ian McDonald Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed