]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dm integrity: fix gcc 5 warning
authorMikulas Patocka <mpatocka@redhat.com>
Tue, 3 Sep 2024 09:50:11 +0000 (11:50 +0200)
committerMikulas Patocka <mpatocka@redhat.com>
Tue, 3 Sep 2024 10:08:20 +0000 (12:08 +0200)
commita8fa6483b40943a6c8feea803a2dc8e9982cc766
tree7272e3dabfc9e8941edc9f69403323196b8cde05
parent26207c6332e83583a74228da9e5278d4fe5d26cf
dm integrity: fix gcc 5 warning

This commit fixes gcc 5 warning "logical not is only applied to the left
hand side of comparison"

Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Fixes: fb0987682c62 ("dm-integrity: introduce the Inline mode")
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
drivers/md/dm-integrity.c