2012-09-14 21:38:26

by Horia Geantă

[permalink] [raw]
Subject: [PATCH] crypto: caam - fix error IDs for SEC v5.x RNG4

According to SEC v5.0-v5.3 reference manuals.

Signed-off-by: Horia Geanta <[email protected]>
Acked-by: Kim Phillips <[email protected]>
---
drivers/crypto/caam/error.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/crypto/caam/error.c b/drivers/crypto/caam/error.c
index 9955ed9..30b8f74 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) >>
--
1.7.7.6


2012-09-27 05:43:29

by Herbert Xu

[permalink] [raw]
Subject: Re: [PATCH] crypto: caam - fix error IDs for SEC v5.x RNG4

On Sat, Sep 15, 2012 at 03:33:54AM +0300, Horia Geanta wrote:
> According to SEC v5.0-v5.3 reference manuals.
>
> Signed-off-by: Horia Geanta <[email protected]>
> Acked-by: Kim Phillips <[email protected]>

Patch applied.
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt