diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2013-08-20 08:54:48 (GMT) |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2013-08-21 11:28:07 (GMT) |
commit | 5bc357037476bf8d4623ab4ef0d1640b947c4625 (patch) | |
tree | 9abd9c9aa71d823649b4a58a37868c4b832b4d89 /Makefile | |
parent | 393e661d6167c1b7444704191ea1d01aa3447894 (diff) | |
download | linux-5bc357037476bf8d4623ab4ef0d1640b947c4625.tar.xz |
crypto: tegra-aes - bitwise vs logical and
The bug here is that:
while (eng_busy & (!icq_empty) & dma_busy)
is never true because it's using bitwise instead of logical ANDs. The
other bitwise AND conditions work as intended but I changed them as well
for consistency.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions