From: Ken Cox Date: Fri, 7 Mar 2014 16:30:27 +0000 (-0600) Subject: Staging: unisys: virthba: Fix variable length array X-Git-Tag: v3.15-rc1~139^2~474 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bed3b10d20e34683ddc596f7858fef076d148390;p=pandora-kernel.git Staging: unisys: virthba: Fix variable length array A character array was declared on the stack with variable length. This has been corrected to use a fixed length. Reported-by: Dan Carpenter Signed-off-by: Ken Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed