]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
super-intel: Fix issue with abs() being irrelevant
authorJes Sorensen <jsorensen@fb.com>
Tue, 9 Jul 2019 17:26:08 +0000 (13:26 -0400)
committerJes Sorensen <jsorensen@fb.com>
Tue, 9 Jul 2019 17:26:08 +0000 (13:26 -0400)
gcc9 complains about subtracting unsigned from unsigned and code
assuming the result can be negative.

Signed-off-by: Jes Sorensen <jsorensen@fb.com>

No differences found