]> git.karo-electronics.de Git - karo-tx-linux.git/commit
crypto: caam - remove error propagation handling
authorHoria Geanta <horia.geanta@freescale.com>
Fri, 14 Mar 2014 15:46:49 +0000 (17:46 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 21 Mar 2014 13:54:24 +0000 (21:54 +0800)
commit4464a7d4f53d756101291da26563f37f7fce40f3
tree38ab31ed4f28cf70c8358e6b1a7059770f8c0fe2
parentd4a7a0fbe959e12bdd071b79b50ed34853a6db8f
crypto: caam - remove error propagation handling

Commit 61bb86bba169507a5f223b94b9176c32c84b4721
("crypto: caam - set descriptor sharing type to SERIAL")
changed the descriptor sharing mode from SHARE_WAIT to SHARE_SERIAL.

All descriptor commands that handle the "ok to share" and
"error propagation" settings should also go away, since they have no
meaning for SHARE_SERIAL.

Signed-off-by: Horia Geanta <horia.geanta@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/caam/caamalg.c