diff options
author | Andy Shevchenko <[email protected]> | 2022-08-31 17:03:24 +0300 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2022-09-03 20:53:17 +0200 |
commit | f3bc9ca5285de3b3a149f18c60c05ab57b0a0a4e (patch) | |
tree | e60830a038b0b7223ba710adb577b71baa14cfb6 /lib/mpi/mpi-mod.c | |
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 <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-mod.c')
0 files changed, 0 insertions, 0 deletions