BUG in debug message
Brought to you by:
aeb,
bencollins
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