commit | beb9b703811736adfc608034d1f0d5cf0c8a7073 | [log] [tgz] |
---|---|---|
author | Jes Sorensen <Jes.Sorensen@redhat.com> | Sun Oct 05 16:33:23 2014 +0200 |
committer | Roland Dreier <roland@purestorage.com> | Fri Oct 10 09:43:01 2014 -0700 |
tree | 44b303789be34211f009caa35fbbfd5a20814a05 | |
parent | e5dc9409933b21732a8c370e9f7cf79c2c92cbcb [diff] |
RDMA/ocrdma: Don't memset() buffers we just allocated with kzalloc() Get rid of obfuscating ocrdma_alloc_mqe() kzalloc() wrapper as all it did was to make it less visible that the structure was already cleared on allocation. Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Roland Dreier <roland@purestorage.com>