aboutsummaryrefslogtreecommitdiff
path: root/lib/string_helpers.c
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2021-12-16 17:22:03 +0100
committerLinus Walleij <linus.walleij@linaro.org>2021-12-22 02:57:27 +0100
commit02f117134952c06faef2adb322630c51fcd3c197 (patch)
tree67f9a0b22d347c2fdc3955dc8e4ca34027eaebd4 /lib/string_helpers.c
parentfacb4e40e4a2f379160ba15c355279206a3d88c5 (diff)
downloadlinux-02f117134952c06faef2adb322630c51fcd3c197.tar.gz
linux-02f117134952c06faef2adb322630c51fcd3c197.tar.bz2
linux-02f117134952c06faef2adb322630c51fcd3c197.zip
pinctrl: imx: prepare for making "group_names" in "function_desc" const
The plan for "struct function_desc" is to make its "group_names" /double/ const. That will allow drivers to use it with static const data. This imx change is required to avoid: drivers/pinctrl/freescale/pinctrl-imx.c: In function 'imx_pinctrl_parse_functions': drivers/pinctrl/freescale/pinctrl-imx.c:672:24: error: assignment of read-only location '*(func->group_names + (sizetype)(i * 4))' 672 | func->group_names[i] = child->name; | ^ Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Link: https://lore.kernel.org/r/20211216162206.8027-1-zajec5@gmail.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions