From: Ken Cox Date: Fri, 7 Mar 2014 19:44:47 +0000 (-0600) Subject: Staging: unisys: Fix multiple variable length array declarations X-Git-Tag: v3.15-rc1~139^2~471 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61a0bc0f1fd235cb0af8413432beb5fed8101ad1;p=pandora-kernel.git Staging: unisys: Fix multiple variable length array declarations There were multiple variable length arrays declared on the stack in proc handlers: char buf[count]; I changed these to be fixed length arrays. Signed-off-by: Ken Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed