Staging: unisys: Fix multiple variable length array declarations
authorKen Cox <jkc@redhat.com>
Fri, 7 Mar 2014 19:44:47 +0000 (13:44 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 9 Mar 2014 06:42:15 +0000 (22:42 -0800)
commit61a0bc0f1fd235cb0af8413432beb5fed8101ad1
treedb2268b85856d1abb854b07556208187f2d12226
parent56df01226642582079a6994a6201e7ebf2655298
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 <jkc@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/uislib/uislib.c
drivers/staging/unisys/virthba/virthba.c
drivers/staging/unisys/virtpci/virtpci.c