From: Tobias Klauser Date: Tue, 27 May 2014 12:03:51 +0000 (+0200) Subject: net: tile: Remove unnecessary memset of netdev private data X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~124 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=884460178fba4a2b2522c21e85c67db95f166354;p=pandora-kernel.git net: tile: Remove unnecessary memset of netdev private data The memory for 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 Acked-by: Chris Metcalf Signed-off-by: David S. Miller --- Reading git-diff-tree failed