Commit cbb59da7 authored by Kristian Høgsberg's avatar Kristian Høgsberg Committed by Stefan Richter

firewire: Fix another typo from the bitfield conversion.

Signed-off-by: default avatarKristian Høgsberg <krh@redhat.com>
Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent 82eff9db
...@@ -1352,10 +1352,10 @@ ohci_queue_iso(struct fw_iso_context *base, ...@@ -1352,10 +1352,10 @@ ohci_queue_iso(struct fw_iso_context *base,
else else
irq = descriptor_no_irq; irq = descriptor_no_irq;
last->control = cpu_to_le16(descriptor_output_last | last->control |= cpu_to_le16(descriptor_output_last |
descriptor_status | descriptor_status |
descriptor_branch_always | descriptor_branch_always |
irq); irq);
dma_sync_single_for_device(ohci->card.device, ctx->buffer_bus, dma_sync_single_for_device(ohci->card.device, ctx->buffer_bus,
ISO_BUFFER_SIZE, DMA_TO_DEVICE); ISO_BUFFER_SIZE, DMA_TO_DEVICE);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment