[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20130407.165616.753979562225423725.davem@davemloft.net>
Date: Sun, 07 Apr 2013 16:56:16 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: sergei.shtylyov@...entembedded.com
Cc: ogerlitz@...lanox.com, netdev@...r.kernel.org, amirv@...lanox.com,
sagig@...lanox.com, john.r.fastabend@...el.com
Subject: Re: [PATCH V1 net-next 3/3] net/mlx4_en: Advertize
DCB_CAP_DCBX_HOST in getdcbx
From: Sergei Shtylyov <sergei.shtylyov@...entembedded.com>
Date: Sun, 07 Apr 2013 19:31:27 +0400
>> @@ -186,7 +186,7 @@ static int mlx4_en_dcbnl_ieee_setpfc(struct
>> net_device *dev,
>>
>> static u8 mlx4_en_dcbnl_getdcbx(struct net_device *dev)
>> {
>> - return DCB_CAP_DCBX_VER_IEEE;
>> + return (DCB_CAP_DCBX_HOST | DCB_CAP_DCBX_VER_IEEE);
>
> Nit: parens not needed here.
I made this simplification when I applied this patch, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists