Re: [Linux-stm32] [PATCH v10 17/33] counter: stm32-timer-cnt: Add const qualifier for actions_list array

2021-03-22 Thread Fabrice Gasnier
On 3/19/21 12:00 PM, William Breathitt Gray wrote: > The struct counter_synapse actions_list member expects a const enum > counter_synapse_action array. This patch adds the const qualifier to the > stm32_synapse_actions to match actions_list. > > Cc: Fabrice Gasnier > Cc: Benjamin Gaignard >

[PATCH v10 17/33] counter: stm32-timer-cnt: Add const qualifier for actions_list array

2021-03-19 Thread William Breathitt Gray
The struct counter_synapse actions_list member expects a const enum counter_synapse_action array. This patch adds the const qualifier to the stm32_synapse_actions to match actions_list. Cc: Fabrice Gasnier Cc: Benjamin Gaignard Signed-off-by: William Breathitt Gray ---