Menu

#57 BUG in debug message

open
ohci (10)
5
2003-02-11
2003-02-11
No

function dma_rcv_tasklet() of ohci1394.c

line:
DBGMSG(ohci->id, "Packet received from node".......

last value (tLabel) must be:
(d->spb[0]>>10)&0x3f)
instead:
(cond_le32_to_cpu(d->spb[length/4-1],
ohci->no_swap_incoming)>>10)&0x3f)

last quadlet of "Asynchronous Receive XXX" contains only
xferStatus & timeStamp and not contain tlabel

Discussion


Log in to post a comment.

MongoDB Logo MongoDB