diff options
author | Niklas Cassel <niklas.cassel@axis.com> | 2018-02-19 18:11:13 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-02-20 14:13:19 -0500 |
commit | 13138de01400762f706c5e956e70660770d61962 (patch) | |
tree | 0a8e249dbb0065a432c27df7de6ab7e7466adad2 /arch/m32r/kernel/setup.c | |
parent | e5a019921af1236927d0fa3c38bbc1d74a579ed5 (diff) |
net: stmmac: call correct function in stmmac_mac_config_rx_queues_routing()
stmmac_mac_config_rx_queues_routing() incorrectly calls rx_queue_prio()
instead of rx_queue_routing().
This looks like a copy paste issue, since
stmmac_mac_config_rx_queues_prio() already calls rx_queue_prio(),
and both stmmac_mac_config_rx_queues_routing() and
stmmac_mac_config_rx_queues_prio() are very similar in structure.
Fixes: abe80fdc6ee6 ("net: stmmac: RX queue routing configuration")
Signed-off-by: Niklas Cassel <niklas.cassel@axis.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/m32r/kernel/setup.c')
0 files changed, 0 insertions, 0 deletions