Re: [PATCH 1/4] net: dsa: qca8k: constify struct regmap_config

From: Vladimir Oltean
Date: Thu Jul 04 2024 - 13:34:57 EST


On Wed, Jul 03, 2024 at 11:46:33PM +0200, Javier Carrasco wrote:
> `qca8k_regmap_config` is not modified and can be declared as const to
> move its data to a read-only section.
>
> Signed-off-by: Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx>
> ---

Reviewed-by: Vladimir Oltean <olteanv@xxxxxxxxx>