diff options
author | Larry Finger <[email protected]> | 2017-11-01 10:29:18 -0500 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2017-11-08 14:30:16 +0200 |
commit | 5f647f4dfe419106274b6a509e33ee4a5db1133f (patch) | |
tree | 7dd410136059d270d544a75cf8f42bb41645e026 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ae0122b6793d51f04b3841f900c8aa5aeee40ee3 (diff) |
rtlwifi: rtl_pci: Simplify some code be eliminating extraneous variables
In several places, the code assigns a variable inside an "if" or "case"
block, but uses it only once. The code is simplified by eliminating
the extraneous variable. With this change, one level of indenting is
saved.
This patch does not cause any functional changes in the binary code.
Signed-off-by: Larry Finger <[email protected]>
Cc: Ping-Ke Shih <[email protected]>
Cc: Yan-Hsuan Chuang <[email protected]>
Cc: Birming Chiu <[email protected]>
Cc: Shaofu <[email protected]>
Cc: Steven Ting <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions