From: Gerrit Renker Date: Sun, 25 Nov 2007 00:08:27 +0000 (-0200) Subject: [CCID2]: Redundant debugging output X-Git-Tag: v2.6.25-rc1~1162^2~1343 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da98e0b5d4c1f88b7c9e63e8918783cd4905be2b;p=pandora-kernel.git [CCID2]: Redundant debugging output This reduces the amount of redundant debugging messages: * pipe/cwnd are printed in both tx_send_packet() and tx_packet_sent(). Both functions are called immediately after one another, so one occurrence is sufficient. * Since tx_packet_sent() prints pipe/cwnd already, the second printk for pipe is redundant. * In tx_packet_sent() the check_sanity function is called twice (at the begin and at the end). 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