commit | 82d929207a11402f9cfe2131013a94939967828a | [log] [tgz] |
---|---|---|
author | Tadeusz Struk <tadeusz.struk@intel.com> | Mon Mar 30 14:25:44 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 01 15:32:35 2015 -0400 |
tree | 818f2725e7d0e18c7482f2b9ecf2a465c7603a1d | |
parent | bd50752034e4c4847d413e812f554f1bde1e668c [diff] |
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>