Skip to content

Commit 78ab3a9

Browse files
tmlindbebarino
authored andcommitted
clk: ti: Constify clkctrl_name
We can constify clkctrl_name in preparation for making use of the clock-output-names property. Signed-off-by: Tony Lindgren <tony@atomide.com> Link: https://lore.kernel.org/r/20220204071449.16762-2-tony@atomide.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent e783362 commit 78ab3a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/clk/ti/clkctrl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ static void __init _ti_omap4_clkctrl_setup(struct device_node *node)
505505
struct omap_clkctrl_clk *clkctrl_clk = NULL;
506506
const __be32 *addrp;
507507
bool legacy_naming;
508-
char *clkctrl_name;
508+
const char *clkctrl_name;
509509
u32 addr;
510510
int ret;
511511
char *c;

0 commit comments

Comments
 (0)