Re: [PATCH 2/3] hwmon: (tmp513) Constify struct regmap_config

From: Guenter Roeck
Date: Tue Jul 02 2024 - 14:31:34 EST


On Tue, Jul 02, 2024 at 12:09:31PM +0200, Javier Carrasco wrote:
> `tmp51x_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>

Applied.

Thanks,
Guenter