commit | 468003f571b73588482ba058194e73d0689b94e6 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Thu May 06 05:39:46 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu May 06 22:10:36 2010 -0700 |
tree | 08c11216dfece5e46a3289fc09c578f538652f20 | |
parent | 91991146bc2bbc07a0f6b5252ff991bd0e91fb7d [diff] |
3c523: Remove unnecessary memset of netdev private data The memory for the private data is allocated using kzalloc in alloc_etherdev (or alloc_netdev_mq respectively) so there is no need to set it to 0 again. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: David S. Miller <davem@davemloft.net>