diff options
author | Laura Abbott <labbott@redhat.com> | 2018-04-10 18:04:12 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-04-23 13:31:27 +0200 |
commit | c13884a8da42222cf3ac11516e636bf6c271ba8d (patch) | |
tree | 9978dedcb0100f8ae90f95f96479a8e8bf31d9b6 /drivers/misc/ti-st | |
parent | 9b85e95a30801ed39ccbab167831ea5d40373f26 (diff) | |
download | kernel_replicant_linux-c13884a8da42222cf3ac11516e636bf6c271ba8d.tar.gz kernel_replicant_linux-c13884a8da42222cf3ac11516e636bf6c271ba8d.tar.bz2 kernel_replicant_linux-c13884a8da42222cf3ac11516e636bf6c271ba8d.zip |
misc: tifm: Remove VLA
There's an ongoing effort to remove VLAs[1] from the kernel to eventually
turn on -Wvla. The single VLA can either take a value of 2 or 4 so switch
to the upper bound.
[1] https://lkml.org/lkml/2018/3/7/621
Signed-off-by: Laura Abbott <labbott@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/ti-st')
0 files changed, 0 insertions, 0 deletions