]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00215492-2: Add SGT error to formerly reserved entry
authorSteve Cornelius <steve.cornelius@freescale.com>
Sat, 30 Jun 2012 23:08:09 +0000 (16:08 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:34:55 +0000 (08:34 +0200)
Add SGT error to formerly reserved entry.

Signed-off-by: Steve Cornelius <steve.cornelius@freescale.com>
Signed-off-by: Terry Lv <r65388@freescale.com>
drivers/crypto/caam/error.c

index 7e2d54bffad691448e6ab5daf60a07f596cc6ac5..1c5bd0334578f65083c9c53d3f70ad63de7f1068 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * CAAM Error Reporting
  *
- * Copyright 2009-2011 Freescale Semiconductor, Inc.
+ * Copyright (C) 2009-2012 Freescale Semiconductor, Inc.
  */
 
 #include "compat.h"
@@ -104,7 +104,8 @@ static void report_deco_status(u32 status, char *outstr)
                { 0x00, "None. No error." },
                { 0x01, "SGT Length Error. The descriptor is trying to read "
                        "more data than is contained in the SGT table." },
-               { 0x02, "Reserved." },
+               { 0x02, "SGT Null Entry Error. Extension bit was set, but "
+                       "SGT entry was null." },
                { 0x03, "Job Ring Control Error. There is a bad value in the "
                        "Job Ring Control register." },
                { 0x04, "Invalid Descriptor Command. The Descriptor Command "