]> git.baikalelectronics.ru Git - kernel.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)
commit92075067ca1a63c7b099bd2bed8f421fb1050795
tree384810d21a97211fc1e4f05a3b08682fc15d9e8e
parentdec6e6d6aa0a744508dcc2277188565aac1ea4ff
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