From: Tobias Klauser Date: Thu, 6 May 2010 05:40:29 +0000 (+0000) Subject: KS8695: Remove unnecessary memset of netdev private data X-Git-Tag: v2.6.35-rc1~473^2~243 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2039623a0b0c6eb3da2b4524d75b0cf0ccadf976;p=pandora-kernel.git KS8695: 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed