From: Jes Sorensen Date: Sun, 5 Oct 2014 14:33:23 +0000 (+0200) Subject: RDMA/ocrdma: Don't memset() buffers we just allocated with kzalloc() X-Git-Tag: omap-for-v3.19/prcm-cleanup~33^2^5~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=beb9b703811736adfc608034d1f0d5cf0c8a7073;p=pandora-kernel.git 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 Signed-off-by: Roland Dreier --- Reading git-diff-tree failed