From: Roopa Prabhu
Date: Mon, 20 Feb 2017 08:41:16 -0800
> From: Roopa Prabhu
>
> silences the below warning:
> drivers/net/vxlan.c: In function ‘neigh_reduce’:
> drivers/net/vxlan.c:1599:25: warning: variable ‘saddr’ set but not used
> [-Wunused-but-set-variable]
>
> Signed-off-by
From: Roopa Prabhu
silences the below warning:
drivers/net/vxlan.c: In function ‘neigh_reduce’:
drivers/net/vxlan.c:1599:25: warning: variable ‘saddr’ set but not used
[-Wunused-but-set-variable]
Signed-off-by: Roopa Prabhu
---
drivers/net/vxlan.c |3 +--
1 file changed, 1 inse