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

Commit 64d683c5 authored by David S. Miller's avatar David S. Miller
Browse files

bonding: Fixup get_tx_queue() op second arg type.



I missed this when fixing up the warning in the previous commit.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent be383952
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4820,7 +4820,7 @@ static int bond_validate(struct nlattr *tb[], struct nlattr *data[])
	return 0;
}

static int bond_get_tx_queues(struct net *net, const struct nlattr *tb[])
static int bond_get_tx_queues(struct net *net, struct nlattr *tb[])
{
	return tx_queues;
}