提交 cbb59da7 编写于 作者: K Kristian Høgsberg 提交者: Stefan Richter

firewire: Fix another typo from the bitfield conversion.

Signed-off-by: NKristian Høgsberg <krh@redhat.com>
Signed-off-by: NStefan Richter <stefanr@s5r6.in-berlin.de>
上级 82eff9db
......@@ -1352,10 +1352,10 @@ ohci_queue_iso(struct fw_iso_context *base,
else
irq = descriptor_no_irq;
last->control = cpu_to_le16(descriptor_output_last |
descriptor_status |
descriptor_branch_always |
irq);
last->control |= cpu_to_le16(descriptor_output_last |
descriptor_status |
descriptor_branch_always |
irq);
dma_sync_single_for_device(ohci->card.device, ctx->buffer_bus,
ISO_BUFFER_SIZE, DMA_TO_DEVICE);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册