]> git.ipfire.org Git - thirdparty/mdadm.git/commit - super-intel.c
IMSM: Fix signed/unsigned comparisons
authorPawel Baldysiak <pawel.baldysiak@intel.com>
Tue, 3 Jan 2017 14:20:13 +0000 (15:20 +0100)
committerJes Sorensen <Jes.Sorensen@redhat.com>
Tue, 3 Jan 2017 15:34:54 +0000 (10:34 -0500)
commit466070adb88bac711e0e69b78adb32f9e2807b36
tree768f83bd68889a4f5a19859c0fd69373bd088cf3
parent5e46202e4ade9b1c42b57d7e8566ac412d654d94
IMSM: Fix signed/unsigned comparisons

Prior to this patch there was an error during compiling
on 32-bit arch. This patch fixes this issue.

Reported-by: Thomas Backlund <tmb@mageia.org>
Signed-off-by: Pawel Baldysiak <pawel.baldysiak@intel.com>
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
super-intel.c