diff options
| author | Andy Shevchenko <[email protected]> | 2023-03-17 17:47:04 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2023-03-23 17:25:22 +0100 |
| commit | 85052fdb40a0eb2278d10f016ce12de00672bba9 (patch) | |
| tree | f3b85a6c5f5cd5dad78a56d76cad332bbbda6e2d /tools/perf/scripts/python | |
| parent | 53ee2663f0df536ccb37d559c4f4c53c4511db7a (diff) | |
xhci: mem: 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.
While at it, make if-chain sorted from testing bigger values to smaller.
Signed-off-by: Andy Shevchenko <[email protected]>
Signed-off-by: Mathias Nyman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions