commit | c13884a8da42222cf3ac11516e636bf6c271ba8d | [log] [tgz] |
---|---|---|
author | Laura Abbott <labbott@redhat.com> | Tue Apr 10 18:04:12 2018 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Apr 23 13:31:27 2018 +0200 |
tree | 9978dedcb0100f8ae90f95f96479a8e8bf31d9b6 | |
parent | 9b85e95a30801ed39ccbab167831ea5d40373f26 [diff] |
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>