aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/fw-ohci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/firewire/fw-ohci.c')
-rw-r--r--drivers/firewire/fw-ohci.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/firewire/fw-ohci.c b/drivers/firewire/fw-ohci.c
index 6eff7996c1a7..1f34bdd95c85 100644
--- a/drivers/firewire/fw-ohci.c
+++ b/drivers/firewire/fw-ohci.c
@@ -963,9 +963,8 @@ static struct fw_iso_context *ohci_allocate_iso_context(struct fw_card *card,
963 * element so that head == tail means buffer full. */ 963 * element so that head == tail means buffer full. */
964 964
965 memset(ctx->head_descriptor, 0, sizeof *ctx->head_descriptor); 965 memset(ctx->head_descriptor, 0, sizeof *ctx->head_descriptor);
966 ctx->head_descriptor->control = 966 ctx->head_descriptor->control = cpu_to_le16(descriptor_output_last);
967 cpu_to_le16(descriptor_output_last); 967 ctx->head_descriptor->transfer_status = cpu_to_le16(0x8011);
968 ctx->head_descriptor->transfer_status = cpu_to_le16(0x8011);
969 ctx->head_descriptor++; 968 ctx->head_descriptor++;
970 969
971 return &ctx->base; 970 return &ctx->base;