From: Uwe Kleine-König Date: Thu, 13 Jan 2011 20:56:14 +0000 (+0100) Subject: net/fec: no need to memzero private data X-Git-Tag: v2.6.39-rc1~468^2~348^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b06dc2b1cdc33f6426bc4b0d58b357146d739f9;p=pandora-kernel.git net/fec: no need to memzero private data alloc_etherdev internally uses kzalloc, so the private data is already zerod out. Reported-by: Lothar Waßmann Signed-off-by: Uwe Kleine-König --- Reading git-diff-tree failed