Searched hist:"4 ded53ea0c7d46fa043efc7320e17ca443a1debb" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/cdrom/ |
H A D | cdrom.c | diff 4ded53ea0c7d46fa043efc7320e17ca443a1debb Fri Apr 01 16:18:42 CDT 2022 Enze Li <lienze@kylinos.cn> cdrom: remove unused variable
The clang static analyzer reports the following warning,
File: drivers/cdrom/cdrom.c Warning: line 1380, column 7 Although the value stored to 'status' is used in enclosing expression, the value is never actually read from 'status'
Remove the unused variable to eliminate the warning.
Signed-off-by: Enze Li <lienze@kylinos.cn> Link: https://lore.kernel.org/all/20220401032623.293666-1-lienze@kylinos.cn Signed-off-by: Phillip Potter <phil@philpotter.co.uk> Link: https://lore.kernel.org/r/20220401211842.2088096-1-phil@philpotter.co.uk Signed-off-by: Jens Axboe <axboe@kernel.dk>
|