Re: [PATCH] Removed Unreachable code: net/net.c: net_handle_arp()

2021-05-10 Thread Sascha Hauer
On Sun, May 09, 2021 at 01:06:56AM +0530, Neeraj Pal wrote: > Signed-off-by: Neeraj Pal > --- > net/net.c | 2 -- > 1 file changed, 2 deletions(-) Applied, thanks Sascha > > diff --git a/net/net.c b/net/net.c > index 4dffc1bd5..fdb9ab826 100644 > --- a/net/net.c > +++ b/net/net.c > @@ -577,8

[PATCH] Removed Unreachable code: net/net.c: net_handle_arp()

2021-05-08 Thread Neeraj Pal
Signed-off-by: Neeraj Pal --- net/net.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/net.c b/net/net.c index 4dffc1bd5..fdb9ab826 100644 --- a/net/net.c +++ b/net/net.c @@ -577,8 +577,6 @@ static int net_handle_arp(struct eth_device *edev, unsigned char *pkt, int len)