summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorPeter Senna Tschudin <peter.senna@gmail.com>2014-05-31 10:14:06 -0300
committerJohn W. Linville <linville@tuxdriver.com>2014-06-19 15:49:11 -0400
commit12f32370068d539bdc2fc9cf22c37dbdc2bae158 (patch)
tree17f9d506f2e474ef6c3b74a1a45364e7e6ae34de /tools/perf/scripts/python/bin
parent7171511eaec5bf23fb06078f59784a3a0626b38f (diff)
net: wireless: Remove useless return variables
This patch remove variables that are initialized with a constant, are never updated, and are only used as parameter of return. Return the constant instead of using a variable. wl_cfg80211.c verified by compilation only. phy/phy_cmn.c unverified. The coccinelle script that find and fixes this issue is: // <smpl> @@ type T; constant C; identifier ret; @@ - T ret = C; ... when != ret when strict return - ret + C ; // </smpl> Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions