Re: [PATCH v2 1/2] crypto: caam - change key gen functions to return signed int

2013-04-02 Thread Herbert Xu
On Tue, Mar 26, 2013 at 06:10:14PM -0500, Kim Phillips wrote: > commit 2af8f4a "crypto: caam - coccicheck fixes" added error > return values yet neglected to change the type from unsigned. > > Signed-off-by: Kim Phillips Both patches applied. Thanks. -- Email: Herbert Xu Home Page:

Re: [PATCH v2 1/2] crypto: caam - change key gen functions to return signed int

2013-04-02 Thread Herbert Xu
On Tue, Mar 26, 2013 at 06:10:14PM -0500, Kim Phillips wrote: commit 2af8f4a crypto: caam - coccicheck fixes added error return values yet neglected to change the type from unsigned. Signed-off-by: Kim Phillips kim.phill...@freescale.com Both patches applied. Thanks. -- Email: Herbert Xu

[PATCH v2 1/2] crypto: caam - change key gen functions to return signed int

2013-03-26 Thread Kim Phillips
commit 2af8f4a "crypto: caam - coccicheck fixes" added error return values yet neglected to change the type from unsigned. Signed-off-by: Kim Phillips --- v1 posted here: http://article.gmane.org/gmane.linux.kernel.cryptoapi/7664 v2: updated commit text with 'coccicheck fixes' commit id.

[PATCH v2 1/2] crypto: caam - change key gen functions to return signed int

2013-03-26 Thread Kim Phillips
commit 2af8f4a crypto: caam - coccicheck fixes added error return values yet neglected to change the type from unsigned. Signed-off-by: Kim Phillips kim.phill...@freescale.com --- v1 posted here: http://article.gmane.org/gmane.linux.kernel.cryptoapi/7664 v2: updated commit text with 'coccicheck