diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2020-01-26 13:44:29 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-03-11 09:53:08 +0300 |
commit | dd34f48c2e93493c420ad6c80b792c580e6e2dd0 (patch) | |
tree | c68efa0798381e17a4c1d45fa06d1343bb799fc7 /drivers/uwb | |
parent | 37f6b35b59a0922f44da8bf23c2eccbfe777d769 (diff) | |
download | linux-dd34f48c2e93493c420ad6c80b792c580e6e2dd0.tar.xz |
drivers: net: xgene: Fix the order of the arguments of 'alloc_etherdev_mqs()'
commit 5a44c71ccda60a50073c5d7fe3f694cdfa3ab0c2 upstream.
'alloc_etherdev_mqs()' expects first 'tx', then 'rx'. The semantic here
looks reversed.
Reorder the arguments passed to 'alloc_etherdev_mqs()' in order to keep
the correct semantic.
In fact, this is a no-op because both XGENE_NUM_[RT]X_RING are 8.
Fixes: 107dec2749fe ("drivers: net: xgene: Add support for multiple queues")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/uwb')
0 files changed, 0 insertions, 0 deletions