summaryrefslogtreecommitdiff
path: root/lib/test_uuid.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-08-14 14:46:59 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-08-14 14:46:59 -0700
commitcf0a1579dda4423c43f584a6bf029f033cf1e663 (patch)
tree089de37c7cc13f9f21ce630737ff3d288e52947f /lib/test_uuid.c
parent8a5a90a2a477b86a3dc2eaa5a706db9bfdd647ca (diff)
parentef954844c7ace62f773f4f23e28d2d915adc419f (diff)
Merge 4.13-rc5 into tty-next
We want the fixes in here, and we resolve the merge issue in the 8250_core.c file. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib/test_uuid.c')
-rw-r--r--lib/test_uuid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/test_uuid.c b/lib/test_uuid.c
index 478c049630b5..cd819c397dc7 100644
--- a/lib/test_uuid.c
+++ b/lib/test_uuid.c
@@ -82,7 +82,7 @@ static void __init test_uuid_test(const struct test_uuid_data *data)
test_uuid_failed("conversion", false, true, data->uuid, NULL);
total_tests++;
- if (uuid_equal(&data->be, &be)) {
+ if (!uuid_equal(&data->be, &be)) {
sprintf(buf, "%pUb", &be);
test_uuid_failed("cmp", false, true, data->uuid, buf);
}