crypto: testmgr - Kill test_comp() sparse warnings
authorGeert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Sun, 29 Mar 2009 07:44:19 +0000 (15:44 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 2 Jun 2009 04:04:18 +0000 (14:04 +1000)
commitc79cf91006f03adb603879013b6710b6062c8445
treef85918e364d6f28cc131f59a79e4ffdc899f8fe3
parent2cf4ac8beb9dc50a315a6155b7b70e754d511958
crypto: testmgr - Kill test_comp() sparse warnings

make C=1:
| crypto/testmgr.c:846:45: warning: incorrect type in argument 5 (different signedness)
| crypto/testmgr.c:846:45:    expected unsigned int *dlen
| crypto/testmgr.c:846:45:    got int *<noident>
| crypto/testmgr.c:878:47: warning: incorrect type in argument 5 (different signedness)
| crypto/testmgr.c:878:47:    expected unsigned int *dlen
| crypto/testmgr.c:878:47:    got int *<noident>

Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/testmgr.c