ARM: davinci: da8xx: simplify CFGCHIP regmap_config
authorDavid Lechner <david@lechnology.com>
Thu, 15 Mar 2018 18:13:41 +0000 (13:13 -0500)
committerSekhar Nori <nsekhar@ti.com>
Thu, 29 Mar 2018 06:49:12 +0000 (12:19 +0530)
commitf6adc9fd1ff9bbe766cbb68e84a0d97f54a4f436
tree07817c279406e9e75fbb3e301f4e7a4866a1157e
parent3424a516d9d2d3fa45c63750c15ea2bba893ea81
ARM: davinci: da8xx: simplify CFGCHIP regmap_config

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@lechnology.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/mach-davinci/devices-da8xx.c