Colin King <colin.king@xxxxxxxxxxxxx> wrote: > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > Don't populate the array fsm_state on the stack but instead it > static const. Makes the object code smaller by 154 bytes: > > Before: > text data bss dec hex filename > 9213 3904 0 13117 333d .../wireless/rsi/rsi_91x_debugfs.o > > After: > text data bss dec hex filename > 8995 3968 0 12963 32a3 .../wireless/rsi/rsi_91x_debugfs.o > > (gcc version 10.3.0) > > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Patch applied to wireless-drivers-next.git, thanks. f4c813641897 rsi: make array fsm_state static const, makes object smaller -- https://patchwork.kernel.org/project/linux-wireless/patch/20210819125018.8577-1-colin.king@xxxxxxxxxxxxx/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches