Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8fbdbb36 authored by Kristian Høgsberg's avatar Kristian Høgsberg Committed by Stefan Richter
Browse files

firewire: Fix order of arguments for iso context creation.

parent 28cf6a04
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);