Re: [PATCH] crypto: talitos - protect against possible null ptr upon error

2009-03-24 Thread Kim Phillips
On Sun, 15 Mar 2009 20:21:47 -0500 Lee Nipper lee.nip...@gmail.com wrote: Added test for null descriptor returned from current_desc. Also removed the diagnostic from current_desc, and added one instead in talitos_error to report an EU error without finding the descriptor. Hi Lee, thanks for

Re: [PATCH] crypto: talitos - protect against possible null ptr upon error

2009-03-24 Thread Lee Nipper
On Tue, Mar 24, 2009 at 16:23, Kim Phillips kim.phill...@freescale.com wrote: On Sun, 15 Mar 2009 20:21:47 -0500 Lee Nipper lee.nip...@gmail.com wrote: Added test for null descriptor returned from current_desc. Also removed the diagnostic from current_desc, and added one instead in

[PATCH] crypto: talitos - protect against possible null ptr upon error

2009-03-15 Thread Lee Nipper
Added test for null descriptor returned from current_desc. Also removed the diagnostic from current_desc, and added one instead in talitos_error to report an EU error without finding the descriptor. Signed-off-by: Lee Nipper lee.nip...@gmail.com --- drivers/crypto/talitos.c | 14 +-