diff options
| author | Gustavo A. R. Silva <[email protected]> | 2017-07-09 21:00:07 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2017-07-17 13:13:44 +0200 |
| commit | 992510f3b60d84ce098e6cfb00a70266bdfbc4c0 (patch) | |
| tree | 935e6af34bfa7c91227f8c2bee625ff0486416e8 /tools/perf/scripts/python/intel-pt-events.py | |
| parent | 5771a8c08880cdca3bfb4a3fc6d309d6bba20877 (diff) | |
usb: isp1760: compress return logic into one line
Simplify return logic to avoid unnecessary variable assignment.
This issue was detected using Coccinelle and the following
semantic patch:
@@
local idexpression ret;
expression e;
@@
-ret =
+return
e;
-return ret;
Signed-off-by: Gustavo A. R. Silva <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions