diff options
| author | 2021-12-16 17:22:03 +0100 | |
|---|---|---|
| committer | 2021-12-22 02:57:27 +0100 | |
| commit | 02f117134952c06faef2adb322630c51fcd3c197 (patch) | |
| tree | 67f9a0b22d347c2fdc3955dc8e4ca34027eaebd4 /lib/math/git:/ssh:/git@git.zx2c4.com | |
| parent | Merge tag 'renesas-pinctrl-for-v5.17-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into devel (diff) | |
| download | linux-dev-02f117134952c06faef2adb322630c51fcd3c197.tar.xz linux-dev-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/math/git:/ssh:/git@git.zx2c4.com')
0 files changed, 0 insertions, 0 deletions
