From: Jiri Slaby Date: Mon, 5 Mar 2012 13:52:03 +0000 (+0100) Subject: NET: pc300, do not zero global variables X-Git-Tag: v3.4-rc1~185^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2f128a1fed866dca94d52b3f0b1e40726e2352a;p=pandora-kernel.git NET: pc300, do not zero global variables They are in .bss which is initialized to zeros when the module is loaded/kernel booted. What a strange way to do the initialization once in the pci probe routine... Signed-off-by: Jiri Slaby Cc: netdev@vger.kernel.org Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed