Searched hist:cacddeab563be5850ec12ba6a1396e120f94a529 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/md/ |
H A D | dm-dust.c | diff cacddeab563be5850ec12ba6a1396e120f94a529 Wed May 01 14:57:17 CEST 2019 Colin Ian King <colin.king@canonical.com> dm dust: remove redundant unsigned comparison to less than zero
Variable block is an unsigned long long hence the less than zero comparison is always false, hence it is redundant and can be removed.
Addresses-Coverity: ("Unsigned compared against 0") Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Bryan Gurney <bgurney@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
|