diff options
| author | Charles Keepax <[email protected]> | 2021-05-10 14:13:48 +0100 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2021-05-10 17:27:46 +0100 |
| commit | c8b198ed31000a48f507bcea3828374b75418a2f (patch) | |
| tree | 8226a4045bcc1329be55866dcd54b2b950797522 /tools/perf/scripts/python/flamegraph.py | |
| parent | 3f0d23e849b33cb83cbd1f3ce9b7d23ad3863841 (diff) | |
ASoC: cirrus: Add helper function for reading the device ID
Many of the older Cirrus devices share very similar code for reading the
device ID, and frequently this code is generating cppcheck warnings such
as:
sound/soc/codecs/cs42l42.c:1886:6: style: Variable 'ret' is reassigned
a value before the old one has been used. [redundantAssignment]
ret = regmap_read(cs42l42->regmap, CS42L42_DEVID_CD, ®);
Add a small helper function that older Cirrus devices can use to read
the device ID, which should help correct these issues.
Reported-by: Pierre-Louis Bossart <[email protected]>
Signed-off-by: Charles Keepax <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions