octeontx2-af: cn10k: mcs: Fix copy and paste bug in mcs_bbe_intr_handler()
authorDan Carpenter <error27@gmail.com>
Fri, 18 Nov 2022 15:07:54 +0000 (18:07 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Nov 2022 13:04:28 +0000 (13:04 +0000)
commitbadbda1a01860c80c6ab60f329ef46c713653a27
tree616fd39adefa3e4e9033d1eedf7ccc8f74e0807e
parent764f8485890d4988a2083f5dea90cfe0116b25f6
octeontx2-af: cn10k: mcs: Fix copy and paste bug in mcs_bbe_intr_handler()

This code accidentally uses the RX macro twice instead of the RX and TX.

Fixes: 6c635f78c474 ("octeontx2-af: cn10k: mcs: Handle MCS block interrupts")
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/octeontx2/af/mcs.c