Re: [PATCH][net-next] vxlan: remove the unnecessary codes

2015-04-22 Thread David Miller
From: roy.qing...@gmail.com Date: Wed, 22 Apr 2015 15:49:10 +0800 > From: Li RongQing > > The return value of vxlan_fdb_replace always is greater than or equal to 0 > > Signed-off-by: Li RongQing Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a me

[PATCH][net-next] vxlan: remove the unnecessary codes

2015-04-22 Thread roy . qing . li
From: Li RongQing The return value of vxlan_fdb_replace always is greater than or equal to 0 Signed-off-by: Li RongQing --- drivers/net/vxlan.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c index 154116a..27a5f95 100644 --- a