From beb9b703811736adfc608034d1f0d5cf0c8a7073 Mon Sep 17 00:00:00 2001 From: Jes Sorensen Date: Sun, 5 Oct 2014 16:33:23 +0200 Subject: [PATCH] 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-format-patch failed