summaryrefslogtreecommitdiffstats
path: root/crypto/fcrypt.c
diff options
context:
space:
mode:
authorIngo Molnar2008-11-25 16:19:24 +0100
committerHerbert Xu2008-12-25 01:02:01 +0100
commit664134d2916109be76648977705a2bea3ff76427 (patch)
tree4e98a60cfd06c783dc88f1b103db9c0ff1ea1736 /crypto/fcrypt.c
parentcrypto: hifn_795x - Use softirq kernel mapping in bh context (diff)
downloadkernel-qcow2-linux-664134d2916109be76648977705a2bea3ff76427.tar.gz
kernel-qcow2-linux-664134d2916109be76648977705a2bea3ff76427.tar.xz
kernel-qcow2-linux-664134d2916109be76648977705a2bea3ff76427.zip
crypto: testmgr - Fix error flow of test_comp
This warning: crypto/testmgr.c: In function ‘test_comp’: crypto/testmgr.c:829: warning: ‘ret’ may be used uninitialized in this function triggers because GCC correctly notices that in the ctcount == 0 && dtcount != 0 input condition case this function can return an undefined value, if the second loop fails. Remove the shadowed 'ret' variable from the second loop that was probably unintended. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/fcrypt.c')
0 files changed, 0 insertions, 0 deletions