linux/arch/m68k/atari
Geert Uytterhoeven c097a39ce1 m68k/atari: Avoid VLA use in atari_switches_setup()
With gcc 7.3.0:

    arch/m68k/atari/config.c: In function ‘atari_switches_setup’:
    arch/m68k/atari/config.c:151:2: warning: ISO C90 forbids variable length array ‘switches’ [-Wvla]
      char switches[strlen(str) + 1];
      ^~~~

Replace the variable size by the maximum kernel command line size (256
bytes), which is an upper limit for all suboptions.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
2019-01-21 10:36:53 +01:00
..
Makefile
ataints.c
atakeyb.c
atasound.c
config.c m68k/atari: Avoid VLA use in atari_switches_setup() 2019-01-21 10:36:53 +01:00
debug.c
stdma.c
stram.c mm: remove include/linux/bootmem.h 2018-10-31 08:54:16 -07:00
time.c