diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2024-09-25 15:44:20 +0300 |
---|---|---|
committer | Andi Shyti <andi.shyti@kernel.org> | 2024-11-13 23:29:47 +0100 |
commit | dd05a76e694027998c8a7a568c44e67cf0bfe04e (patch) | |
tree | cbde9596507ea53ffe6245672a9ce6e0fa62a0cd /tools/perf/scripts/python/export-to-sqlite.py | |
parent | d2f94dccab8319063dd1fbc1738b4a280c2e4009 (diff) |
i2c: designware: Get rid of redundant 'else'
In the snippets like the following
if (...)
return / goto / break / continue ...;
else
...
the 'else' is redundant. Get rid of it.
Reviewed-by: Andi Shyti <andi.shyti@kernel.org>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Tested-by: Serge Semin <fancer.lancer@gmail.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions