diff options
-rw-r--r-- | drivers/firewire/fw-ohci.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/firewire/fw-ohci.c b/drivers/firewire/fw-ohci.c index 4512edba6cb0..4d54ebf0b192 100644 --- a/drivers/firewire/fw-ohci.c +++ b/drivers/firewire/fw-ohci.c | |||
@@ -1352,10 +1352,10 @@ ohci_queue_iso(struct fw_iso_context *base, | |||
1352 | else | 1352 | else |
1353 | irq = descriptor_no_irq; | 1353 | irq = descriptor_no_irq; |
1354 | 1354 | ||
1355 | last->control = cpu_to_le16(descriptor_output_last | | 1355 | last->control |= cpu_to_le16(descriptor_output_last | |
1356 | descriptor_status | | 1356 | descriptor_status | |
1357 | descriptor_branch_always | | 1357 | descriptor_branch_always | |
1358 | irq); | 1358 | irq); |
1359 | 1359 | ||
1360 | dma_sync_single_for_device(ohci->card.device, ctx->buffer_bus, | 1360 | dma_sync_single_for_device(ohci->card.device, ctx->buffer_bus, |
1361 | ISO_BUFFER_SIZE, DMA_TO_DEVICE); | 1361 | ISO_BUFFER_SIZE, DMA_TO_DEVICE); |