Re: [PATCH net] net: dsa: vsc73xx: fix possible subblocks range of CAPT block
From: Florian Fainelli
Date: Tue Sep 03 2024 - 17:48:43 EST
On 9/3/24 13:33, Pawel Dembicki wrote:
CAPT block (CPU Capture Buffer) have 7 sublocks: 0-3, 4, 6, 7.
Function 'vsc73xx_is_addr_valid' allows to use only block 0 at this
moment.
This patch fix it.
No objection to targeting 'net' as it is a proper bug fix, however there
is nothing in 'net' that currently depends upon VSC73XX_BLOCK_CAPTURE,
so this has no functional impact at the moment.
Fixes: 05bd97fc559d ("net: dsa: Add Vitesse VSC73xx DSA router driver")
Signed-off-by: Pawel Dembicki <paweldembicki@xxxxxxxxx>
Reviewed-by: Florian Fainelli <florian.fainelli@xxxxxxxxxxxx>
--
Florian