From: Greg Kroah-Hartman Date: Mon, 23 Apr 2012 22:59:17 +0000 (-0700) Subject: Staging: line6: remove unneeded initialization X-Git-Tag: v3.5-rc1~145^2~229^2~138 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=305b8766a9833491b388ac98d57ce38a8106a1e0;p=pandora-kernel.git Staging: line6: remove unneeded initialization Static variables are initialized to NULL, no need to do it again in the module_init function. CC: Markus Grabner CC: Stefan Hajnoczi CC: Julia Lawall CC: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed