Re: [PATCH net-next 2/3] bridge: mrp: Add br_mrp_fill_info
From: Horatiu Vultur <horatiu.vultur@microchip.com>
Date: 2020-06-30 18:45:15
Also in:
bridge, lkml
From: Horatiu Vultur <horatiu.vultur@microchip.com>
Date: 2020-06-30 18:45:15
Also in:
bridge, lkml
The 06/30/2020 09:12, Jakub Kicinski wrote:
EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe On Tue, 30 Jun 2020 15:44:23 +0200 Horatiu Vultur wrote:quoted
Add the function br_mrp_fill_info which populates the MRP attributes regarding the status of each MRP instance. Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>This adds warnings when built with W=1 C=1:
The warnings at line 316 will be fixed once net will be merged into net-next. But I need to fix the others.
net/bridge/br_mrp_netlink.c:316:9: warning: dereference of noderef expression net/bridge/br_mrp_netlink.c:325:36: warning: dereference of noderef expression net/bridge/br_mrp_netlink.c:328:36: warning: dereference of noderef expression net/bridge/br_mrp_netlink.c:316:9: warning: dereference of noderef expression
-- /Horatiu