commit | 076ef440708bc28d821cebb2dbca64e3c917ac73 | [log] [tgz] |
---|---|---|
author | Nicholas Mc Guire <hofrat@osadl.org> | Sun Dec 20 15:06:18 2015 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sun Dec 20 12:59:41 2015 -0500 |
tree | de3fc103f7d5c7adabbdae0f6db6afe69205a68c | |
parent | 958d104e3d40eef5148c402887138f6594ff7e1e [diff] |
ibmveth: consolidate kmalloc of array, memset 0 to kcalloc This is an API consolidation only. The use of kmalloc + memset to 0 is equivalent to kcalloc in this case as it is allocating an array of elements. Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org> Signed-off-by: David S. Miller <davem@davemloft.net>