diff options
-rw-r--r-- | drivers/ieee1394/ohci1394.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/ieee1394/ohci1394.c b/drivers/ieee1394/ohci1394.c index 97ff364c0434..72830e6fde45 100644 --- a/drivers/ieee1394/ohci1394.c +++ b/drivers/ieee1394/ohci1394.c | |||
@@ -2691,7 +2691,7 @@ static void dma_rcv_tasklet (unsigned long data) | |||
2691 | (cond_le32_to_cpu(d->spb[length/4-1], ohci->no_swap_incoming)>>16)&0x1f, | 2691 | (cond_le32_to_cpu(d->spb[length/4-1], ohci->no_swap_incoming)>>16)&0x1f, |
2692 | (cond_le32_to_cpu(d->spb[length/4-1], ohci->no_swap_incoming)>>21)&0x3, | 2692 | (cond_le32_to_cpu(d->spb[length/4-1], ohci->no_swap_incoming)>>21)&0x3, |
2693 | tcode, length, d->ctx, | 2693 | tcode, length, d->ctx, |
2694 | (cond_le32_to_cpu(d->spb[length/4-1], ohci->no_swap_incoming)>>10)&0x3f); | 2694 | (cond_le32_to_cpu(d->spb[0], ohci->no_swap_incoming)>>10)&0x3f); |
2695 | 2695 | ||
2696 | ack = (((cond_le32_to_cpu(d->spb[length/4-1], ohci->no_swap_incoming)>>16)&0x1f) | 2696 | ack = (((cond_le32_to_cpu(d->spb[length/4-1], ohci->no_swap_incoming)>>16)&0x1f) |
2697 | == 0x11) ? 1 : 0; | 2697 | == 0x11) ? 1 : 0; |
@@ -2754,7 +2754,7 @@ static void dma_trm_tasklet (unsigned long data) | |||
2754 | d->ctx); | 2754 | d->ctx); |
2755 | else | 2755 | else |
2756 | DBGMSG("Packet sent to node %d tcode=0x%X tLabel=" | 2756 | DBGMSG("Packet sent to node %d tcode=0x%X tLabel=" |
2757 | "0x%02X ack=0x%X spd=%d dataLength=%d ctx=%d", | 2757 | "%d ack=0x%X spd=%d dataLength=%d ctx=%d", |
2758 | (le32_to_cpu(d->prg_cpu[d->sent_ind]->data[1])>>16)&0x3f, | 2758 | (le32_to_cpu(d->prg_cpu[d->sent_ind]->data[1])>>16)&0x3f, |
2759 | (le32_to_cpu(d->prg_cpu[d->sent_ind]->data[0])>>4)&0xf, | 2759 | (le32_to_cpu(d->prg_cpu[d->sent_ind]->data[0])>>4)&0xf, |
2760 | (le32_to_cpu(d->prg_cpu[d->sent_ind]->data[0])>>10)&0x3f, | 2760 | (le32_to_cpu(d->prg_cpu[d->sent_ind]->data[0])>>10)&0x3f, |
@@ -2763,7 +2763,7 @@ static void dma_trm_tasklet (unsigned long data) | |||
2763 | d->ctx); | 2763 | d->ctx); |
2764 | else | 2764 | else |
2765 | DBGMSG("Packet sent to node %d tcode=0x%X tLabel=" | 2765 | DBGMSG("Packet sent to node %d tcode=0x%X tLabel=" |
2766 | "0x%02X ack=0x%X spd=%d data=0x%08X ctx=%d", | 2766 | "%d ack=0x%X spd=%d data=0x%08X ctx=%d", |
2767 | (le32_to_cpu(d->prg_cpu[d->sent_ind]->data[1]) | 2767 | (le32_to_cpu(d->prg_cpu[d->sent_ind]->data[1]) |
2768 | >>16)&0x3f, | 2768 | >>16)&0x3f, |
2769 | (le32_to_cpu(d->prg_cpu[d->sent_ind]->data[0]) | 2769 | (le32_to_cpu(d->prg_cpu[d->sent_ind]->data[0]) |