summaryrefslogtreecommitdiff
path: root/drivers/serial
diff options
context:
space:
mode:
authorSebastian Siewior <sebastian@breakpoint.cc>2007-10-21 08:18:12 (GMT)
committerHerbert Xu <herbert@gondor.apana.org.au>2008-01-10 21:16:05 (GMT)
commit1f4e4773761d0aa622411469b54d6570005a66b1 (patch)
tree9823633e791570d01a6711d69f0d8a6167b1c629 /drivers/serial
parent2d506d4fa1df18aa9505820722f834426edc907f (diff)
downloadlinux-1f4e4773761d0aa622411469b54d6570005a66b1.tar.xz
[CRYPTO] geode: relax in busy loop and care about return value
The code waits in a busy loop until the hardware finishes the encryption or decryption process. This wants a cpu_relax() :) The busy loop finishes either if the encryption is done or if the counter is zero. If the latter is true than the hardware failed. Since this should not happen, leave sith a BUG(). Signed-off-by: Sebastian Siewior <sebastian@breakpoint.cc> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/serial')
0 files changed, 0 insertions, 0 deletions