diff options
author | Sander Vanheule <sander@svanheule.net> | 2021-06-09 16:10:03 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-06-14 17:00:28 +0300 |
commit | ce62df2290bb86b39f826a835d6060bc3b43dae7 (patch) | |
tree | c9dd3d5adec939bb7734e4e6c119101037fde6ef /tools/perf/scripts/python/export-to-sqlite.py | |
parent | f083be9db060fbac09123d80bdffb2c001ac0e2b (diff) | |
download | linux-ce62df2290bb86b39f826a835d6060bc3b43dae7.tar.xz |
regmap: mdio: Fix regmap_bus pointer constness
A const qualifier was omitted in the declaration of the regmap_bus
pointer, resulting in the following errors:
drivers/base/regmap/regmap-mdio.c: In function ‘__regmap_init_mdio’:
drivers/base/regmap/regmap-mdio.c:87:7: warning: assignment discards
‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
87 | bus = ®map_mdio_c22_bus;
| ^
drivers/base/regmap/regmap-mdio.c:89:7: warning: assignment discards
‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
89 | bus = ®map_mdio_c45_bus;
| ^
Fix this by ensuring the pointer has the same qualifiers as the assigned
values.
Fixes: f083be9db060 ("regmap: mdio: Add clause-45 support")
Signed-off-by: Sander Vanheule <sander@svanheule.net>
Link: https://lore.kernel.org/r/f304ca638ffdc66d4803a6df1f75436894bd1d5f.1623244066.git.sander@svanheule.net
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions