diff options
| author | Mihaela Muraru <[email protected]> | 2016-10-13 18:27:31 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-10-16 10:27:32 +0200 |
| commit | 42178baf4af085be43aea426ff926914fc202d5b (patch) | |
| tree | 5fa18037067368d4364e84d6a956ab17244a5935 /tools/perf/scripts/python | |
| parent | daf60ef9040da94b4a2e5997f4c40257d4a9b8df (diff) | |
Staging: rtl8188eu: hal: Compress return logic into one line
Simplify function returns by merging assignment and return into
one command line.
Found with Coccinelle
@@
expression e, ret;
@@
-ret =
+return
e;
-return ret;
Signed-off-by: Mihaela Muraru <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions