]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: airoha: Fix typo in REG_CDM2_FWD_CFG configuration
authorLorenzo Bianconi <lorenzo@kernel.org>
Tue, 15 Oct 2024 07:58:09 +0000 (09:58 +0200)
committerAndrew Lunn <andrew@lunn.ch>
Fri, 18 Oct 2024 02:26:23 +0000 (21:26 -0500)
commit30d9d8f6a2d7e44a9f91737dd409dbc87ac6f6b7
tree0c4f56322d89564d961f4de1e77ddfd7c13ba6b7
parent546875ccba938ba4f7b5c616a1a1e334c5f2903f
net: airoha: Fix typo in REG_CDM2_FWD_CFG configuration

Fix typo in airoha_fe_init routine configuring CDM2_OAM_QSEL_MASK field
of REG_CDM2_FWD_CFG register.
This bug is not introducing any user visible problem since Frame Engine
CDM2 port is used just by the second QDMA block and we currently enable
just QDMA1 block connected to the MT7530 dsa switch via CDM1 port.

Introduced by commit 23020f049327 ("net: airoha: Introduce ethernet
support for EN7581 SoC")

Reported-by: ChihWei Cheng <chihwei.cheng@airoha.com>
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Message-ID: <20241015-airoha-eth-cdm2-fixes-v1-1-9dc6993286c3@kernel.org>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
drivers/net/ethernet/mediatek/airoha_eth.c