]> git.ipfire.org Git - thirdparty/util-linux.git/commit
mkfs.cramfs: remove redundant condition
authorKarel Zak <kzak@redhat.com>
Wed, 18 Jul 2018 07:46:40 +0000 (09:46 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 18 Jul 2018 07:46:40 +0000 (09:46 +0200)
commit366edea76e793d6db229b07f337c4b6823c2f7c4
tree5ba2e17837bf47bd2a12fc184d1fe10b993f4056
parent3b6ca044daf6a86c650b841c4005b2b6e68453fa
mkfs.cramfs: remove redundant condition

util-linux-2.32.1/disk-utils/mkfs.cramfs.c:362]: (style) Redundant condition: If 'EXPR >= 16777216', the comparison 'EXPR' is always true.

Reported-by: David Binderman <dcb314@hotmail.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/mkfs.cramfs.c