lkml.org 
[lkml]   [2020]   [Nov]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    SubjectRe: [PATCH net-next 09/11] ath6kl: fix enum-conversion warning
    From
    Date
    Arnd Bergmann <arnd@kernel.org> wrote:

    > gcc -Wextra points out a type mismatch
    >
    > drivers/net/wireless/ath/ath6kl/wmi.c: In function 'ath6kl_wmi_cmd_send':
    > drivers/net/wireless/ath/ath6kl/wmi.c:1825:19: warning: implicit conversion from 'enum <anonymous>' to 'enum wmi_data_hdr_data_type' [-Wenum-conversion]
    > 1825 | false, false, 0, NULL, if_idx);
    > | ^~~~~
    >
    > As far as I can tell, the numeric value is current here,
    > so just use the correct enum literal instead of 'false'.
    >
    > Fixes: bdcd81707973 ("Add ath6kl cleaned up driver")
    > Signed-off-by: Arnd Bergmann <arnd@arndb.de>
    > Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

    Patch applied to ath-next branch of ath.git, thanks.

    ce54bf5e9554 ath6kl: fix enum-conversion warning

    --
    https://patchwork.kernel.org/project/linux-wireless/patch/20201026213040.3889546-9-arnd@kernel.org/

    https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

    \
     
     \ /
      Last update: 2020-11-07 09:10    [W:4.118 / U:0.308 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site