diff options
Diffstat (limited to 'drivers/firewire/fw-ohci.c')
-rw-r--r-- | drivers/firewire/fw-ohci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/firewire/fw-ohci.c b/drivers/firewire/fw-ohci.c index 90db5a4f3aee..faa384426a12 100644 --- a/drivers/firewire/fw-ohci.c +++ b/drivers/firewire/fw-ohci.c | |||
@@ -1350,7 +1350,7 @@ ohci_allocate_iso_context(struct fw_card *card, int type) | |||
1350 | return &ctx->base; | 1350 | return &ctx->base; |
1351 | } | 1351 | } |
1352 | 1352 | ||
1353 | static int ohci_send_iso(struct fw_iso_context *base, s32 cycle) | 1353 | static int ohci_start_iso(struct fw_iso_context *base, s32 cycle) |
1354 | { | 1354 | { |
1355 | struct iso_context *ctx = container_of(base, struct iso_context, base); | 1355 | struct iso_context *ctx = container_of(base, struct iso_context, base); |
1356 | struct fw_ohci *ohci = ctx->context.ohci; | 1356 | struct fw_ohci *ohci = ctx->context.ohci; |
@@ -1594,7 +1594,7 @@ static const struct fw_card_driver ohci_driver = { | |||
1594 | .allocate_iso_context = ohci_allocate_iso_context, | 1594 | .allocate_iso_context = ohci_allocate_iso_context, |
1595 | .free_iso_context = ohci_free_iso_context, | 1595 | .free_iso_context = ohci_free_iso_context, |
1596 | .queue_iso = ohci_queue_iso, | 1596 | .queue_iso = ohci_queue_iso, |
1597 | .send_iso = ohci_send_iso, | 1597 | .start_iso = ohci_start_iso, |
1598 | }; | 1598 | }; |
1599 | 1599 | ||
1600 | static int software_reset(struct fw_ohci *ohci) | 1600 | static int software_reset(struct fw_ohci *ohci) |