Re: Dead code in crypto/tcrypt.c

2006-09-27 Thread Herbert Xu
Eric Sesterhenn <[EMAIL PROTECTED]> wrote: > > the following commit added some code in test_hash_cycles() which coverity > flags as dead code. > http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=e9d41164e2fdd897fe4520c2079eaf6e0ec3 Thanks for spotting this.

Dead code in crypto/tcrypt.c

2006-09-26 Thread Eric Sesterhenn
hi, the following commit added some code in test_hash_cycles() which coverity flags as dead code. http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=e9d41164e2fdd897fe4520c2079eaf6e0ec3 The culprit are the following lines: for (i = 0; i < 4; i++) {