]> bbs.cooldavid.org Git - net-next-2.6.git/commit
crypto: talitos - Pass correct interrupt status to error handler
authorKim Phillips <kim.phillips@freescale.com>
Sun, 12 Oct 2008 12:19:35 +0000 (20:19 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 25 Dec 2008 00:01:09 +0000 (11:01 +1100)
commit40405f10b853ef404b395c6febca71b0de185490
tree384810d21a97211fc1e4f05a3b08682fc15d9e8e
parenta44b56cc69a5b017f396ed1daeaef6a63e086656
crypto: talitos - Pass correct interrupt status to error handler

Since we ack early, the re-read interrupt status in talitos_error
may be already updated with a new value.  Pass the error ISR value
directly in order to report and handle the error based on the correct
error status.

Also remove unused error tasklet.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/talitos.c