commit | 61a0bc0f1fd235cb0af8413432beb5fed8101ad1 | [log] [tgz] |
---|---|---|
author | Ken Cox <jkc@redhat.com> | Fri Mar 07 13:44:47 2014 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Mar 08 22:42:15 2014 -0800 |
tree | db2268b85856d1abb854b07556208187f2d12226 | |
parent | 56df01226642582079a6994a6201e7ebf2655298 [diff] |
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>