diff options
author | Andy Shevchenko <[email protected]> | 2023-03-27 20:20:16 +0300 |
---|---|---|
committer | Mika Westerberg <[email protected]> | 2023-03-29 11:05:05 +0300 |
commit | 4e99c98e3071bd7fd4d7f20440f1a5c3bf533149 (patch) | |
tree | ed56fbeb01367568d7255e3106897402d2ce8710 /drivers/fpga/fpga-mgr.c | |
parent | ebde5ba27c640e08e92c83fe30be0d9fa224eea9 (diff) |
thunderbolt: 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: Mika Westerberg <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions