Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Tony Lindgren and committed by
Stephen Boyd
78ab3a9a e783362e

+1 -1
+1 -1
drivers/clk/ti/clkctrl.c
··· 505 505 struct omap_clkctrl_clk *clkctrl_clk = NULL; 506 506 const __be32 *addrp; 507 507 bool legacy_naming; 508 - char *clkctrl_name; 508 + const char *clkctrl_name; 509 509 u32 addr; 510 510 int ret; 511 511 char *c;