Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

firewire: Fix another typo from the bitfield conversion.

parent 82eff9db
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1352,7 +1352,7 @@ ohci_queue_iso(struct fw_iso_context *base,
	else
		irq = descriptor_no_irq;

	last->control = cpu_to_le16(descriptor_output_last |
	last->control |= cpu_to_le16(descriptor_output_last |
				     descriptor_status |
				     descriptor_branch_always |
				     irq);