Re: [PATCH] ARM: davinci: DA8XX: simplify CFGCHIP regmap_config

From: Sekhar Nori
Date: Fri Mar 16 2018 - 06:34:48 EST


On Thursday 15 March 2018 11:43 PM, David Lechner wrote:
> Since commit 8253bb3f8255 ("regmap: potentially duplicate the name
> string stored in regmap"), the name field of struct regmap_config
> is copied in __regmap_init(), so we no longer need to worry about
> keeping our own copy of the name.
>
> Just use a string literal in the initialization of da8xx_cfgchip_config
> instead of creating a separate variable for the name.
>
> Signed-off-by: David Lechner <david@xxxxxxxxxxxxxx>

Applied to v4.17/soc of my tree.

Thanks,
Sekhar