commit | c2f128a1fed866dca94d52b3f0b1e40726e2352a | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Mon Mar 05 14:52:03 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Mar 08 11:47:01 2012 -0800 |
tree | ad1c76107d9ce2d1dc613aa8d5d3ff257b45633d | |
parent | ecaa3bda65cefebfce11cc7be4b8d9203f5ce12c [diff] |
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 <jslaby@suse.cz> Cc: netdev@vger.kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>