From: Tobias Klauser Date: Tue, 8 Jul 2014 08:00:56 +0000 (+0200) Subject: staging: gdm72xx: Remove unnecessary memset of netdev private data X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1130 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd687a4073d58b5763ed085b942302714f0fa73d;p=pandora-kernel.git staging: gdm72xx: Remove unnecessary memset of netdev private data The memory for struct net_device private data is allocated using kzalloc/vzalloc in alloc_netdev_mqs, thus there is no need to zero it again in the driver. Signed-off-by: Tobias Klauser Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed