diff options
author | Asaf Vertz <asaf.vertz@tandemg.com> | 2015-01-05 09:23:10 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-01-08 11:46:17 +0100 |
commit | 42d2e780c6239040ec29d404f87e752de3627e08 (patch) | |
tree | 1eeadf3c1b7324dba54e957ee83d61e8baaa177e /usr | |
parent | crypto: bfin_crc - Remove unnecessary KERN_ERR in bfin_crc.c (diff) | |
download | linux-42d2e780c6239040ec29d404f87e752de3627e08.tar.xz linux-42d2e780c6239040ec29d404f87e752de3627e08.zip |
crypto: omap-des - fix BUG_ON condition
dd->total is unsigned so it won't do any good to check for negative
value after subtracting instead of that we should check if the
subtracted value is bigger than him
This was partially found by using a static code analysis program
called cppcheck.
Signed-off-by: Asaf Vertz <asaf.vertz@tandemg.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions