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

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
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment