diff options
author | Nishka Dasgupta <[email protected]> | 2019-07-01 12:30:25 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2019-07-03 18:28:28 +0200 |
commit | fd315da57dc37b7d9f3f145f88eb66085279d48a (patch) | |
tree | e7f4b294622128ab690ed2d81edd40aa482c0951 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 931282a9c7a6ea366c5a8a3c5a0f021681d19d9d (diff) |
staging: comedi: mite: Replace function mite_request_channel_in_range()
Remove function mite_request_channel_in_range as all it does is call
__mite_request_channel.
Rename __mite_request_channel to mite_request_channel_in_range and
change its type from static to non-static to maintain compatibility with
call sites.
Change only remaining call site of __mite_request_channel to call
mite_request_channel_in_range_instead.
Issue found with Coccinelle.
Signed-off-by: Nishka Dasgupta <[email protected]>
Reviewed-by: Ian Abbott <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions