mm/ksm05: Fix posix_memaling() error check

The posix_memaling() returns errno on failure which is a positive number
and because of that the check for < 0 was always false.

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
1 file changed