commit | 1f0ca208531a152e1da6aa43d095fe0b2039d9ca | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | Wed Sep 09 10:38:05 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 09 17:06:01 2015 -0700 |
tree | 46fce4b9df9e279f08ea3a5dfda07866d95ab660 | |
parent | b66a60857ca4fae5900c5d81c2ba04e657509b99 [diff] |
net: qlcnic: delete redundant memsets In all cases, mbx->req.arg and mbx->rsp.arg have just been allocated using kcalloc(), so these six memsets are redundant. Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: David S. Miller <davem@davemloft.net>