OSDN Git Service

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)
commiteb1e93a10ef5bedfc15d1404dc6a2c46d843cde9
tree06d30ed00aad8d3aa1032fa88d556b039220ae96
parente11e8729fafd3dc49397c28f320ac3b2d483abbc
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