lkml.org 
[lkml]   [2021]   [Feb]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v8 06/22] counter: 104-quad-8: Add const qualifier for functions_list array
    Date
    The struct counter_count functions_list member expects a const enum
    counter_count_function array. This patch adds the const qualifier to the
    quad8_functions_list to match functions_list.

    Cc: Syed Nayyar Waris <syednwaris@gmail.com>
    Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
    ---
    drivers/counter/104-quad-8.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/counter/104-quad-8.c b/drivers/counter/104-quad-8.c
    index 70383b792ec6..af4e0503b074 100644
    --- a/drivers/counter/104-quad-8.c
    +++ b/drivers/counter/104-quad-8.c
    @@ -193,7 +193,7 @@ enum quad8_count_function {
    QUAD8_COUNT_FUNCTION_QUADRATURE_X4
    };

    -static enum counter_count_function quad8_count_functions_list[] = {
    +static const enum counter_count_function quad8_functions_list[] = {
    [QUAD8_COUNT_FUNCTION_PULSE_DIRECTION] = COUNTER_COUNT_FUNCTION_PULSE_DIRECTION,
    [QUAD8_COUNT_FUNCTION_QUADRATURE_X1] = COUNTER_COUNT_FUNCTION_QUADRATURE_X1_A,
    [QUAD8_COUNT_FUNCTION_QUADRATURE_X2] = COUNTER_COUNT_FUNCTION_QUADRATURE_X2_A,
    --
    2.30.0
    \
     
     \ /
      Last update: 2021-02-12 13:17    [W:2.540 / U:26.392 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site