提交 8fbdbb36 编写于 作者: K Kristian Høgsberg 提交者: Stefan Richter

firewire: Fix order of arguments for iso context creation.

Signed-off-by: NKristian Høgsberg <krh@redhat.com>
Signed-off-by: NStefan Richter <stefanr@s5r6.in-berlin.de>
上级 28cf6a04
......@@ -558,9 +558,9 @@ static int ioctl_create_iso_context(struct client *client, void __user *arg)
request.type,
request.channel,
request.speed,
request.header_size,
request.sync,
request.tags,
request.header_size,
iso_callback, client);
if (IS_ERR(client->iso_context))
return PTR_ERR(client->iso_context);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册