diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2021-05-18 11:46:19 +0300 |
---|---|---|
committer | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2021-05-21 14:53:35 +0200 |
commit | fd80b8ba3aa5340a0bbfdc4b72bb6a2111cd54bf (patch) | |
tree | 7f5de8425c1f7371814f024fa43601a02edcbea4 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 1189827a2cf72162e37c16d309c47d941cfd1936 (diff) |
gpiolib: Make use of assign_bit() API (part 2)
We have for some time the assign_bit() API to replace open coded
if (foo)
set_bit(n, bar);
else
clear_bit(n, bar);
Use this API in GPIO library code.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions