diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2017-05-17 16:46:57 +0200 |
|---|---|---|
| committer | Kalle Valo <kvalo@codeaurora.org> | 2017-05-24 16:45:34 +0300 |
| commit | 48bde9c969724f42af7bc8482c0165292e629f5b (patch) | |
| tree | 1557834f0d7b30a412ff946794cd8c5ade64fc23 /tools/perf/scripts/python/netdev-times.py | |
| parent | rt2x00: convert rt2x00mmio_register_read return type (diff) | |
| download | linux-48bde9c969724f42af7bc8482c0165292e629f5b.tar.gz linux-48bde9c969724f42af7bc8482c0165292e629f5b.zip | |
rt2x00: convert rt2x00usb_register_read return type
This is a semi-automated conversion to change rt2x00usb_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:\(\<rt2x00usb_register_read\>(.*, .*\), &\(.*\));:\2 = \1);:' \
-i 's:\(\<rt2500usb_register_read\>(.*, .*\), &\(.*\));:\2 = \1);:' \
-i 's:\(\<rt2500usb_register_read_lock\>(.*, .*\), &\(.*\));:\2 = \1);:' \
drivers/net/wireless/ralink/rt2x00/*
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions
