diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2020-06-12 17:49:57 +0300 |
---|---|---|
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2020-06-22 10:58:51 +0300 |
commit | bb2f43d49b72c8497dba53a44fc41bea03d4ab9e (patch) | |
tree | 1e73434c2048a11229ccfb8d5afe05a87baf83ec /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 86851bbce1a332b0658519386041fe430f4e9e39 (diff) | |
download | linux-bb2f43d49b72c8497dba53a44fc41bea03d4ab9e.tar.xz |
pinctrl: intel: Get rid of redundant 'else' in intel_config_set_debounce()
In a code like
if (...) {
...
goto label;
} else {
...
}
the 'else' keyword is redundant. Get rid of it for better readability.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions