summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
diff options
context:
space:
mode:
authorHoria Geanta2012-09-15 02:33:54 +0200
committerHerbert Xu2012-09-27 07:32:14 +0200
commit39ab735835818b12c05b6ae7282630000cd50fe8 (patch)
treeb5b62d3a9c3ed4507ac973c728358fa79fbeff3a /drivers/crypto
parenthwrng: mxc-rnga - Access data via structure (diff)
downloadkernel-qcow2-linux-39ab735835818b12c05b6ae7282630000cd50fe8.tar.gz
kernel-qcow2-linux-39ab735835818b12c05b6ae7282630000cd50fe8.tar.xz
kernel-qcow2-linux-39ab735835818b12c05b6ae7282630000cd50fe8.zip
crypto: caam - fix error IDs for SEC v5.x RNG4
According to SEC v5.0-v5.3 reference manuals. Signed-off-by: Horia Geanta <horia.geanta@freescale.com> Acked-by: Kim Phillips <kim.phillips@freescale.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto')
-rw-r--r--drivers/crypto/caam/error.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/crypto/caam/error.c b/drivers/crypto/caam/error.c
index 9955ed9643e6..30b8f74833d4 100644
--- a/drivers/crypto/caam/error.c
+++ b/drivers/crypto/caam/error.c
@@ -77,10 +77,8 @@ static void report_ccb_status(u32 status, char *outstr)
"Not instantiated",
"Test instantiate",
"Prediction resistance",
- "",
"Prediction resistance and test request",
"Uninstantiate",
- "",
"Secure key generation",
};
u8 cha_id = (status & JRSTA_CCBERR_CHAID_MASK) >>