diff options
author | Tom Rix <[email protected]> | 2023-01-28 08:50:48 -0800 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2023-02-02 22:50:10 -0800 |
commit | e89bd9e7d8eb63a183040eaf0c9640fdb34ec47a (patch) | |
tree | 5d49a85baa0436ee4a915ed50a1d0aa3afb3cd92 /net/unix/af_unix.c | |
parent | cc6003916ed46d7a67d91ee32de0f9138047d55f (diff) |
lib/zlib: remove redundation assignement of avail_in dfltcc_gdht()
cppcheck reports
lib/zlib_dfltcc/dfltcc_deflate.c:65:21: warning: Redundant assignment of 'avail_in' to itself. [selfAssignment]
size_t avail_in = avail_in = strm->avail_in;
Only setting avail_in once is needed.
Link: https://lkml.kernel.org/r/[email protected]
Fixes: aa5b395b69b6 ("lib/zlib: add s390 hardware support for kernel zlib_deflate")
Signed-off-by: Tom Rix <[email protected]>
Acked-by: Ilya Leoshkevich <[email protected]>
Acked-by: Mikhail Zaslonko <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions