diff options
author | 2021-08-02 14:37:41 +0800 | |
---|---|---|
committer | 2021-08-02 12:21:32 +0100 | |
commit | 29c34975c9391d3ad1fd5dd3c92ba0d41afe9549 (patch) | |
tree | a4d160a69cc6ef1b539603a8ad4856be9a0f3d68 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | regmap: Prefer unsigned int to bare use of unsigned (diff) | |
download | linux-dev-29c34975c9391d3ad1fd5dd3c92ba0d41afe9549.tar.xz linux-dev-29c34975c9391d3ad1fd5dd3c92ba0d41afe9549.zip |
regmap: allow const array for {devm_,}regmap_field_bulk_alloc reg_fields
The reg_fields array fed to {devm_}regmap_field_bulk_alloc is currently
not const, which is not correct on semantics (the functions shouldn't
change reg_field contents) and prevents pre-defined const reg_field
array to be used.
As the implementation of this function doesn't change the content of it,
just add const to its prototype.
Signed-off-by: Icenowy Zheng <icenowy@sipeed.com>
Link: https://lore.kernel.org/r/20210802063741.76301-1-icenowy@sipeed.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