Re: [PATCH net-next] crypto: algif - use kmalloc instead of kzalloc

2015-04-01 Thread David Miller
From: Tadeusz Struk Date: Mon, 30 Mar 2015 14:25:44 -0700 > No need to use kzalloc to allocate sgls as the structure is initialized > anyway. > > Signed-off-by: Tadeusz Struk Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majord

[PATCH net-next] crypto: algif - use kmalloc instead of kzalloc

2015-03-30 Thread Tadeusz Struk
No need to use kzalloc to allocate sgls as the structure is initialized anyway. Signed-off-by: Tadeusz Struk --- crypto/algif_skcipher.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/algif_skcipher.c b/crypto/algif_skcipher.c index 9492dd5..5fd631f 100644 --- a/cr