diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-08-01 07:40:23 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-08-03 18:27:16 +0100 |
commit | 5c8a7efc2fd5eb716c48d7d7ab4295effbc09ba3 (patch) | |
tree | b52d67582360d3602128fd2061489f819e29cf85 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 0d73297e483e5b7ce197c0a923424e5dd96eae4d (diff) |
ASoC: rt5514: make array div static const, makes object smaller
Don't populate the array div on the stack but instead it
static const. Makes the object code smaller by 48 bytes.
Before:
text data bss dec hex filename
53894 16368 128 70390 112f6 ./sound/soc/codecs/rt5514.o
After:
text data bss dec hex filename
53750 16464 128 70342 112c6 ./sound/soc/codecs/rt5514.o
(gcc version 10.2.0)
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20210801064023.138359-1-colin.king@canonical.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions