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)
commit82d929207a11402f9cfe2131013a94939967828a
tree818f2725e7d0e18c7482f2b9ecf2a465c7603a1d
parentbd50752034e4c4847d413e812f554f1bde1e668c
crypto: algif - use kmalloc instead of kzalloc

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