mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
bonding: Fixup get_tx_queue() op second arg type.
I missed this when fixing up the warning in the previous commit. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
be38395204
commit
64d683c582
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue