Re: [PATCH 2/4] net: ti: icss-iep: constify struct regmap_config

From: Roger Quadros
Date: Thu Jul 04 2024 - 10:43:08 EST




On 04/07/2024 00:46, Javier Carrasco wrote:
> `am654_icss_iep_regmap_config` is only assigned to a pointer that passes
> the data as read-only.
>
> Add the const modifier to the struct and pointer to move the data to a
> read-only section.
>
> Signed-off-by: Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx>

Reviewed-by: Roger Quadros <rogerq@xxxxxxxxxx>