Re: [PATCH] net/hamradio/6pack: remove redundant check in sp_encaps()

2021-03-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 5 Mar 2021 19:26:22 +0300 you wrote: > "len > sp->mtu" checked twice in a row in sp_encaps(). > Remove the second check. > > Signed-off-by: Denis Efremov > --- > drivers/net/hamradio/6pack.c | 5 - > 1 file chang

[PATCH] net/hamradio/6pack: remove redundant check in sp_encaps()

2021-03-05 Thread Denis Efremov
"len > sp->mtu" checked twice in a row in sp_encaps(). Remove the second check. Signed-off-by: Denis Efremov --- drivers/net/hamradio/6pack.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/net/hamradio/6pack.c b/drivers/net/hamradio/6pack.c index 71d6629e65c9..9f5b5614a150 10064