diff options
author | 2018-12-12 13:38:59 +0100 | |
---|---|---|
committer | 2018-12-18 11:25:56 +0100 | |
commit | f83f97684a737f66c9a10437544c92e3436ca4e0 (patch) | |
tree | 61acef36685fc366e31e9c80e42f1d14284f13a2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | pinctrl: sh-pfc: Print actual field width for variable-width fields (diff) | |
download | linux-rng-f83f97684a737f66c9a10437544c92e3436ca4e0.tar.xz linux-rng-f83f97684a737f66c9a10437544c92e3436ca4e0.zip |
pinctrl: sh-pfc: Make pinmux_cfg_reg.var_field_width[] variable-length
pinmux_cfg_reg.var_field_width[] is actually a variable-length array,
terminated by a zero, and counting at most r_width entries.
Usually the number of entries is much smaller than r_width, so the
ability to catch bugs at compile time through an "excess elements in
array initializer" warning is fairly limited.
Hence make the array variable-length, decreasing kernel size slightly.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions