diff options
-rw-r--r-- | 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 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) | |||
77 | "Not instantiated", | 77 | "Not instantiated", |
78 | "Test instantiate", | 78 | "Test instantiate", |
79 | "Prediction resistance", | 79 | "Prediction resistance", |
80 | "", | ||
81 | "Prediction resistance and test request", | 80 | "Prediction resistance and test request", |
82 | "Uninstantiate", | 81 | "Uninstantiate", |
83 | "", | ||
84 | "Secure key generation", | 82 | "Secure key generation", |
85 | }; | 83 | }; |
86 | u8 cha_id = (status & JRSTA_CCBERR_CHAID_MASK) >> | 84 | u8 cha_id = (status & JRSTA_CCBERR_CHAID_MASK) >> |