diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2022-08-31 17:03:24 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-09-03 20:53:17 +0200 |
commit | f3bc9ca5285de3b3a149f18c60c05ab57b0a0a4e (patch) | |
tree | e60830a038b0b7223ba710adb577b71baa14cfb6 /drivers/comedi | |
parent | b90cb1053190353cc30f0fef0ef1f378ccc063c5 (diff) |
ACPI: platform: 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.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/comedi')
0 files changed, 0 insertions, 0 deletions