diff options
author | luo penghao <[email protected]> | 2021-10-21 08:46:21 +0100 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2021-10-21 08:23:09 -0600 |
commit | bbc3925cf696422492ebdaba386e61450fa2294c (patch) | |
tree | 629c625e8572a5c781220440054862151e3da681 /net/unix/af_unix.c | |
parent | 9c03fee7e3fa01ca86d9d6195994cd9e6d24264b (diff) |
cdrom: Remove redundant variable and its assignment
Variable is not used in functions, and its assignment is redundant too.
So it should be deleted. Also the inner-most set of parentheses is no
longer needed.
The clang_analyzer complains as follows:
drivers/cdrom/cdrom.c:877: warning:
Although the value stored to 'ret' is used in the enclosing expression,
the value is never actually read from 'ret'.
Reported-by: Zeal Robot <[email protected]>
Signed-off-by: luo penghao <[email protected]>
Link: https://lore.kernel.org/all/[email protected]
Signed-off-by: Phillip Potter <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions