diff options
author | Kees Cook <keescook@chromium.org> | 2018-08-08 01:50:40 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2018-08-09 18:08:53 +0300 |
commit | 17ad18fd12a35bf84109741415594e21f2577e5e (patch) | |
tree | ef78bc4a76a6cc41bf340518168b531742bb09c2 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | 1b622bd59e9fc4375febf8697684746211eaeb4a (diff) | |
download | linux-17ad18fd12a35bf84109741415594e21f2577e5e.tar.xz |
mt76x0: Remove VLA usage
Even with "const" variables, the compiler will generate warnings about
VLA usage. In the quest to remove all VLAs from the kernel[1], this uses
a #define instead of a const to do the array sizing.
[1] https://lkml.kernel.org/r/CA+55aFzCG-zNmZwX4A2FQpadafLfEzK6CC=qPXydAacU1RqZWA@mail.gmail.com
Fixes: e87b5039511a ("mt76x0: eeprom files")
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions