From: Jes Sorensen Date: Tue, 9 Jul 2019 17:26:08 +0000 (-0400) Subject: super-intel: Fix issue with abs() being irrelevant X-Git-Tag: mdadm-4.2-rc1~106 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fmdadm.git;a=commitdiff_plain;h=a4f7290c20c2ff78328c9db0b18029165cfb05b2;hp=a4f7290c20c2ff78328c9db0b18029165cfb05b2 super-intel: Fix issue with abs() being irrelevant gcc9 complains about subtracting unsigned from unsigned and code assuming the result can be negative. Signed-off-by: Jes Sorensen ---