diff options
author | Jeff LaBundy <jeff@labundy.com> | 2023-02-06 05:56:22 +0300 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2023-02-17 18:02:19 +0300 |
commit | 860793bbdcdfbeae684d552ce0121846cffc4803 (patch) | |
tree | 6ac37932f39aeb1aab81e5ca187d185daf43ea42 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 327437884e9a752ccbf759cbab641439ca708f5b (diff) | |
download | linux-860793bbdcdfbeae684d552ce0121846cffc4803.tar.xz |
pwm: iqs620a: Replace one remaining instance of regmap_update_bits()
The call to regmap_update_bits() which was responsible for clearing
the PWM output enable register bit was recently dropped in favor of
a call to regmap_clear_bits(), thereby simplifying the code.
Similarly, the call to regmap_update_bits() which sets the same bit
can be simplified with a call to regmap_set_bits().
Signed-off-by: Jeff LaBundy <jeff@labundy.com>
Reviewed-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions