Re: [PATCH 07/17] pinctrl: digicolor: constify pinconf_ops, pinctrl_ops, and pinmux_ops structures

2017-08-10 Thread Baruch Siach
Hi Julia, On Thu, Aug 10, 2017 at 12:06:19PM +0200, Julia Lawall wrote: > These structures are only stored in fields of a pinctrl_desc > structure (pctlops and pmxops) that are const. Make the > structures const as well. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall

Re: [PATCH 07/17] pinctrl: digicolor: constify pinconf_ops, pinctrl_ops, and pinmux_ops structures

2017-08-10 Thread Baruch Siach
Hi Julia, On Thu, Aug 10, 2017 at 12:06:19PM +0200, Julia Lawall wrote: > These structures are only stored in fields of a pinctrl_desc > structure (pctlops and pmxops) that are const. Make the > structures const as well. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall

[PATCH 07/17] pinctrl: digicolor: constify pinconf_ops, pinctrl_ops, and pinmux_ops structures

2017-08-10 Thread Julia Lawall
These structures are only stored in fields of a pinctrl_desc structure (pctlops and pmxops) that are const. Make the structures const as well. Done with the help of Coccinelle. Signed-off-by: Julia Lawall --- drivers/pinctrl/pinctrl-digicolor.c |4 ++-- 1 file

[PATCH 07/17] pinctrl: digicolor: constify pinconf_ops, pinctrl_ops, and pinmux_ops structures

2017-08-10 Thread Julia Lawall
These structures are only stored in fields of a pinctrl_desc structure (pctlops and pmxops) that are const. Make the structures const as well. Done with the help of Coccinelle. Signed-off-by: Julia Lawall --- drivers/pinctrl/pinctrl-digicolor.c |4 ++-- 1 file changed, 2 insertions(+), 2