lkml.org 
[lkml]   [2022]   [Jan]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 04/56] staging: r8188eu: add parenthesis to macro SetFrDs
    Date
    Enclose in parenthesis complex macro SetFrDs

    Signed-off-by: Alberto Merciai <alb3rt0.m3rciai@gmail.com>
    ---
    drivers/staging/r8188eu/include/wifi.h | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/staging/r8188eu/include/wifi.h b/drivers/staging/r8188eu/include/wifi.h
    index 487a4b7eafd6..07195a11aa78 100644
    --- a/drivers/staging/r8188eu/include/wifi.h
    +++ b/drivers/staging/r8188eu/include/wifi.h
    @@ -169,7 +169,7 @@ enum WIFI_REG_DOMAIN {
    #define GetToDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_TO_DS_)) != 0)

    #define SetFrDs(pbuf) \
    - *(__le16 *)(pbuf) |= cpu_to_le16(_FROM_DS_)
    + (*(__le16 *)(pbuf) |= cpu_to_le16(_FROM_DS_))

    #define GetFrDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_FROM_DS_)) != 0)

    --
    2.25.1
    \
     
     \ /
      Last update: 2022-01-03 20:08    [W:4.140 / U:0.040 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site