diff options
Diffstat (limited to 'drivers/firewire/fw-iso.c')
-rw-r--r-- | drivers/firewire/fw-iso.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/firewire/fw-iso.c b/drivers/firewire/fw-iso.c index 3ff2cfc1bba6..39f3bacee404 100644 --- a/drivers/firewire/fw-iso.c +++ b/drivers/firewire/fw-iso.c | |||
@@ -110,7 +110,8 @@ struct fw_iso_context *fw_iso_context_create(struct fw_card *card, | |||
110 | { | 110 | { |
111 | struct fw_iso_context *ctx; | 111 | struct fw_iso_context *ctx; |
112 | 112 | ||
113 | ctx = card->driver->allocate_iso_context(card, type, header_size); | 113 | ctx = card->driver->allocate_iso_context(card, |
114 | type, channel, header_size); | ||
114 | if (IS_ERR(ctx)) | 115 | if (IS_ERR(ctx)) |
115 | return ctx; | 116 | return ctx; |
116 | 117 | ||