aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2017-05-17 16:46:58 +0200
committerKalle Valo <[email protected]>2017-05-24 16:45:35 +0300
commiteebd68e7824bae9c6ee637f43d3048f8d459dc1e (patch)
tree60bf9f5240f35257fda753f2a71a897502d0951f /tools/perf/scripts/python/bin
parent48bde9c969724f42af7bc8482c0165292e629f5b (diff)
rt2x00: convert rt2800_register_read return type
This is a semi-automated conversion to change rt2800_register_read to return the register contents instead of passing them by value, resulting in much better object code. The majority of the patch was done using: sed -i 's:\(rt2800_register_read(.*, .*\), &\(.*\));:\2 = \1);:' \ 's:\(rt2800_register_read_lock(.*, .*\), &\(.*\));:\2 = \1);:' \ drivers/net/wireless/ralink/rt2x00/rt2800lib.c The function itself was modified manually along with the one remaining multi-line caller that was not covered automatically and the indirect reference. Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions