Re: [PATCH] ppp: deflate: Remove useless call "zlib_inflateEnd"

2021-03-30 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 30 Mar 2021 17:51:30 +0800 you wrote: > Fix the following whitescan warning: > > Calling "zlib_inflateEnd(&state->strm)" is only useful for its return > value, which is ignored. > > Reported-by: Abaci Robot > Sig

[PATCH] ppp: deflate: Remove useless call "zlib_inflateEnd"

2021-03-30 Thread Jiapeng Chong
Fix the following whitescan warning: Calling "zlib_inflateEnd(&state->strm)" is only useful for its return value, which is ignored. Reported-by: Abaci Robot Signed-off-by: Jiapeng Chong --- drivers/net/ppp/ppp_deflate.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/ppp/ppp_def