crab debug

This commit is contained in:
Martin Bachem 2006-11-30 16:27:00 +00:00
parent 2384b39092
commit 4c96e1925c
1 changed files with 0 additions and 2 deletions

View File

@ -1355,10 +1355,8 @@ tx_iso_complete(struct urb *urb, struct pt_regs *regs)
for (k = 0; k < num_isoc_packets; ++k) {
if (ch->tx_skb) {
remain = ch->tx_skb->len - ch->tx_idx;
printk ("k(%d) remain %d\n", k, remain);
} else {
remain = 0;
printk ("k(%d) remain %d NULL\n", k, remain);
}
if (remain > 0) {