crypto: algif - use kmalloc instead of kzalloc
authorTadeusz Struk <tadeusz.struk@intel.com>
Mon, 30 Mar 2015 21:25:44 +0000 (14:25 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Apr 2015 19:32:35 +0000 (15:32 -0400)
No need to use kzalloc to allocate sgls as the structure is initialized anyway.

Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
crypto/algif_skcipher.c

Simple merge