commit | b66a60857ca4fae5900c5d81c2ba04e657509b99 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | Wed Sep 09 10:38:04 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 09 17:06:00 2015 -0700 |
tree | 2d7cff3ca80f8b257ba1b8687326c827eb14cc61 | |
parent | e9b5ac277e8f8dffa28f85a065e2fd890d9e48c7 [diff] |
net: mv643xx_eth: use kzalloc The double memset is a little ugly; using kzalloc avoids it altogether. Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: David S. Miller <davem@davemloft.net>