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