|
@@ -229,7 +229,7 @@ static int __init list_sort_test(void)
|
|
goto exit;
|
|
goto exit;
|
|
}
|
|
}
|
|
/* force some equivalencies */
|
|
/* force some equivalencies */
|
|
- el->value = random32() % (TEST_LIST_LEN/3);
|
|
|
|
|
|
+ el->value = prandom_u32() % (TEST_LIST_LEN / 3);
|
|
el->serial = i;
|
|
el->serial = i;
|
|
el->poison1 = TEST_POISON1;
|
|
el->poison1 = TEST_POISON1;
|
|
el->poison2 = TEST_POISON2;
|
|
el->poison2 = TEST_POISON2;
|