aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_timer.c
diff options
context:
space:
mode:
authorRafał Miłecki <[email protected]>2021-12-16 17:22:03 +0100
committerLinus Walleij <[email protected]>2021-12-22 02:57:27 +0100
commit02f117134952c06faef2adb322630c51fcd3c197 (patch)
tree67f9a0b22d347c2fdc3955dc8e4ca34027eaebd4 /net/lapb/lapb_timer.c
parentfacb4e40e4a2f379160ba15c355279206a3d88c5 (diff)
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions