diff options
author | Amitoj Kaur Chawla <amitoj1606@gmail.com> | 2016-02-24 21:55:49 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-03-11 22:09:09 -0800 |
commit | 5850c251faab28a9f76260ae1566d9c5179d37ab (patch) | |
tree | 400a7274cd701caf01353016f6127af353b48e9f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | bbbdc23e30b813d90d1cc9dd5caaaaf5e35b6878 (diff) |
staging: wlan-ng: Remove unnecessary macro
Remove unnecessary macro SUBMIT_URB by replacing it with a direct call
to usb_submit_urb()
This change was made with the help of the following Coccinelle semantic
patch:
//<smpl>
@@
identifier f,g;
@@
* #define f(...) g(...)
// </smpl>
Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions