diff options
| author | 2017-12-11 03:33:00 +0530 | |
|---|---|---|
| committer | 2017-12-13 12:48:46 +0100 | |
| commit | 5826e028de7f2db8d8deebf2102cd79086729200 (patch) | |
| tree | 3f4ca6f25c49623a9150d8fa91179853f6cfad4f /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | rtl8188eu: Fix a possible sleep-in-atomic bug in set_tx_beacon_cmd (diff) | |
Staging: rtl8723bs: Merge assignment with return
Merge the assignment and return statements to return the value
directly. Done using the following semantic patch by coccinelle.
@@
local idexpression ret;
expression e;
@@
-ret =
+return
e;
-return ret;
Also, remove the variable declaration and some braces
that became useless after the merge.
Signed-off-by: Shreeya Patel <shreeya.patel23498@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
