Re: [PATCH v2 2/7] net: stmmac: Expand clock rate variables

From: Jacob Keller
Date: Tue Aug 20 2024 - 17:12:36 EST




On 8/18/2024 2:50 PM, Jan Petrous (OSS) wrote:
> The clock API clk_get_rate() returns unsigned long value.
> Expand affected members of stmmac platform data and
> convert the stmmac_clk_csr_set() and dwmac4_core_init() methods
> to defining the unsigned long clk_rate local variables.
>

Was it truncating before? Seems like that would justify a fixes tag if so...

> Signed-off-by: Jan Petrous (OSS) <jan.petrous@xxxxxxxxxxx>
> Reviewed-by: Andrew Lunn <andrew@xxxxxxx>
> Reviewed-by: Serge Semin <fancer.lancer@xxxxxxxxx>
> ---