Re: [PATCH 6/9] [CCID2]: Redundant debugging output

2007-11-07 Thread Ian McDonald
On 11/4/07, Gerrit Renker [EMAIL PROTECTED] wrote: 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

[PATCH 6/9] [CCID2]: Redundant debugging output

2007-11-03 Thread Gerrit Renker
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