diff options
Diffstat (limited to 'drivers/firewire/fw-ohci.c')
-rw-r--r-- | drivers/firewire/fw-ohci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/firewire/fw-ohci.c b/drivers/firewire/fw-ohci.c index 12f109da4d8d..0088acd7718e 100644 --- a/drivers/firewire/fw-ohci.c +++ b/drivers/firewire/fw-ohci.c | |||
@@ -1413,7 +1413,7 @@ static int ohci_start_iso(struct fw_iso_context *base, s32 cycle) | |||
1413 | if (cycle > 0) | 1413 | if (cycle > 0) |
1414 | cycle_match = IT_CONTEXT_CYCLE_MATCH_ENABLE | | 1414 | cycle_match = IT_CONTEXT_CYCLE_MATCH_ENABLE | |
1415 | (cycle & 0x7fff) << 16; | 1415 | (cycle & 0x7fff) << 16; |
1416 | 1416 | ||
1417 | reg_write(ohci, OHCI1394_IsoXmitIntEventClear, 1 << index); | 1417 | reg_write(ohci, OHCI1394_IsoXmitIntEventClear, 1 << index); |
1418 | reg_write(ohci, OHCI1394_IsoXmitIntMaskSet, 1 << index); | 1418 | reg_write(ohci, OHCI1394_IsoXmitIntMaskSet, 1 << index); |
1419 | context_run(&ctx->context, cycle_match); | 1419 | context_run(&ctx->context, cycle_match); |
@@ -1638,7 +1638,7 @@ ohci_queue_iso_receive_dualbuffer(struct fw_iso_context *base, | |||
1638 | 1638 | ||
1639 | return 0; | 1639 | return 0; |
1640 | } | 1640 | } |
1641 | 1641 | ||
1642 | static int | 1642 | static int |
1643 | ohci_queue_iso_receive_bufferfill(struct fw_iso_context *base, | 1643 | ohci_queue_iso_receive_bufferfill(struct fw_iso_context *base, |
1644 | struct fw_iso_packet *packet, | 1644 | struct fw_iso_packet *packet, |