diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/crc32.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/crc32.c b/lib/crc32.c index 3a1dfa84203c..70f00ca5ef1e 100644 --- a/lib/crc32.c +++ b/lib/crc32.c | |||
@@ -1037,7 +1037,7 @@ static int __init crc32c_combine_test(void) | |||
1037 | int i, j; | 1037 | int i, j; |
1038 | int errors = 0, runs = 0; | 1038 | int errors = 0, runs = 0; |
1039 | 1039 | ||
1040 | for (i = 0; i < 100; i++) { | 1040 | for (i = 0; i < 10; i++) { |
1041 | u32 crc_full; | 1041 | u32 crc_full; |
1042 | 1042 | ||
1043 | crc_full = __crc32c_le(test[i].crc, test_buf + test[i].start, | 1043 | crc_full = __crc32c_le(test[i].crc, test_buf + test[i].start, |
@@ -1131,7 +1131,7 @@ static int __init crc32_combine_test(void) | |||
1131 | int i, j; | 1131 | int i, j; |
1132 | int errors = 0, runs = 0; | 1132 | int errors = 0, runs = 0; |
1133 | 1133 | ||
1134 | for (i = 0; i < 100; i++) { | 1134 | for (i = 0; i < 10; i++) { |
1135 | u32 crc_full; | 1135 | u32 crc_full; |
1136 | 1136 | ||
1137 | crc_full = crc32_le(test[i].crc, test_buf + test[i].start, | 1137 | crc_full = crc32_le(test[i].crc, test_buf + test[i].start, |