From: Greg Kroah-Hartman Date: Mon, 23 Apr 2012 23:09:56 +0000 (-0700) Subject: Staging: line6: only allocate a buffer if it is needed X-Git-Tag: v3.5-rc1~145^2~229^2~137 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c46b8a6567fb6e0119cb22819aa65faf8d101a2f;p=pandora-kernel.git Staging: line6: only allocate a buffer if it is needed Only allocate the version request buffer if it is needed, not when the module starts up. This will let us make the module_init path much smaller. CC: Markus Grabner CC: Stefan Hajnoczi CC: Julia Lawall CC: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed