From: Tobias Klauser Date: Sun, 18 Jul 2010 22:55:58 +0000 (+0000) Subject: s2io: Remove unnecessary memset of netdev private data X-Git-Tag: v2.6.36-rc1~571^2~177 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c26875e2e1a07137f6e7a621fa802b03c00535b6;p=pandora-kernel.git s2io: 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