From: Daniel Borkmann Date: Mon, 4 Nov 2013 16:10:27 +0000 (+0100) Subject: lib: crc32: reduce number of cases for crc32{, c}_combine X-Git-Tag: v3.13-rc1~105^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=165148396d8a220c0fb62e30101ea99b0223864e;p=pandora-kernel.git lib: crc32: reduce number of cases for crc32{, c}_combine We can safely reduce the number of test cases by a tenth. There is no particular need to run as many as we're running now for crc32{,c}_combine, that gives us still ~8000 tests we're doing if people run kernels with crc selftests enabled which is perfectly fine. Signed-off-by: Daniel Borkmann Signed-off-by: David S. Miller --- Reading git-diff-tree failed