diff options
author | 2020-06-12 17:49:57 +0300 | |
---|---|---|
committer | 2020-06-22 10:58:51 +0300 | |
commit | bb2f43d49b72c8497dba53a44fc41bea03d4ab9e (patch) | |
tree | 1e73434c2048a11229ccfb8d5afe05a87baf83ec /tools/perf/scripts/python/export-to-postgresql.py | |
parent | pinctrl: intel: Make use of IRQ_RETVAL() (diff) | |
download | wireguard-linux-bb2f43d49b72c8497dba53a44fc41bea03d4ab9e.tar.xz wireguard-linux-bb2f43d49b72c8497dba53a44fc41bea03d4ab9e.zip |
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-postgresql.py')
0 files changed, 0 insertions, 0 deletions