]> git.baikalelectronics.ru Git - kernel.git/commit
net: mvpp2: fix MVPP21_ISR_RXQ_GROUP_REG definition
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 3 Aug 2017 08:41:55 +0000 (10:41 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Aug 2017 22:16:09 +0000 (15:16 -0700)
commit67b7c3175fe91eb78db659c0972f3f855abfd60e
tree06d30ed00aad8d3aa1032fa88d556b039220ae96
parent25ad463d5a400cb74508e50b972629029346e39f
net: mvpp2: fix MVPP21_ISR_RXQ_GROUP_REG definition

The MVPP21_ISR_RXQ_GROUP_REG register is not indexed by rxq, but by
port, so we fix the parameter name accordingly. There are no
functional changes.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/mvpp2.c